|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <gdi_driver.h>

Public Attributes | |
| const struct gdi_dc_funcs * | funcs |
| struct gdi_physdev * | next |
| HDC | hdc |
Definition at line 29 of file gdi_driver.h.
| const struct gdi_dc_funcs* gdi_physdev::funcs |
Definition at line 31 of file gdi_driver.h.
Referenced by EMFDRV_StretchBlt(), emfpathdrv_AbortPath(), emfpathdrv_AngleArc(), emfpathdrv_Arc(), emfpathdrv_ArcTo(), emfpathdrv_BeginPath(), emfpathdrv_Chord(), emfpathdrv_CloseFigure(), emfpathdrv_Ellipse(), emfpathdrv_EndPath(), emfpathdrv_ExtTextOut(), emfpathdrv_LineTo(), emfpathdrv_MoveTo(), emfpathdrv_Pie(), emfpathdrv_PolyBezier(), emfpathdrv_PolyBezierTo(), emfpathdrv_PolyDraw(), emfpathdrv_Polygon(), emfpathdrv_Polyline(), emfpathdrv_PolylineTo(), emfpathdrv_PolyPolygon(), emfpathdrv_PolyPolyline(), emfpathdrv_Rectangle(), emfpathdrv_RoundRect(), and MFDRV_StretchBlt().
| HDC gdi_physdev::hdc |
Definition at line 33 of file gdi_driver.h.
Referenced by EMFDRV_StretchBlt(), and MFDRV_StretchBlt().
| struct gdi_physdev* gdi_physdev::next |
Definition at line 32 of file gdi_driver.h.