ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
ENHMETAHEADER * | emh |
WINEDC * | dc_attr |
UINT | handles_size |
UINT | cur_handles |
HGDIOBJ * | handles |
HANDLE | file |
HBRUSH | dc_brush |
HPEN | dc_pen |
BOOL | path |
UINT emf::cur_handles |
Definition at line 48 of file emfdc.c.
Referenced by CreateEnhMetaFileW(), emfdc_add_handle(), and emfdc_delete_object().
WINEDC* emf::dc_attr |
Definition at line 47 of file emfdc.c.
Referenced by CloseEnhMetaFile(), CreateEnhMetaFileW(), EMFDC_AbortPath(), EMFDC_AlphaBlend(), EMFDC_AngleArc(), EMFDC_ArcChordPie(), EMFDC_BeginPath(), EMFDC_BitBlt(), EMFDC_CloseFigure(), emfdc_delete_object(), EMFDC_DeleteDC(), EMFDC_Ellipse(), EMFDC_EndPath(), EMFDC_ExcludeClipRect(), EMFDC_ExtFloodFill(), EMFDC_ExtSelectClipRgn(), EMFDC_ExtTextOut(), EMFDC_FillPath(), EMFDC_FillRgn(), EMFDC_FlattenPath(), EMFDC_FrameRgn(), EMFDC_GdiComment(), EMFDC_GradientFill(), EMFDC_IntersectClipRect(), EMFDC_InvertRgn(), EMFDC_LineTo(), EMFDC_MaskBlt(), EMFDC_ModifyWorldTransform(), EMFDC_MoveTo(), EMFDC_OffsetClipRgn(), EMFDC_PaintRgn(), EMFDC_PatBlt(), EMFDC_PlgBlt(), EMFDC_PolyBezier(), EMFDC_PolyBezierTo(), EMFDC_PolyDraw(), EMFDC_Polygon(), EMFDC_Polyline(), emfdc_polylinegon(), EMFDC_PolylineTo(), EMFDC_PolyPolygon(), EMFDC_PolyPolyline(), EMFDC_Rectangle(), EMFDC_RestoreDC(), EMFDC_RoundRect(), EMFDC_SaveDC(), EMFDC_ScaleViewportExtEx(), EMFDC_ScaleWindowExtEx(), emfdc_select_brush(), emfdc_select_font(), emfdc_select_pen(), EMFDC_SelectClipPath(), EMFDC_SelectObject(), EMFDC_SelectPalette(), EMFDC_SetArcDirection(), EMFDC_SetBkColor(), EMFDC_SetBkMode(), EMFDC_SetBrushOrg(), EMFDC_SetDCBrushColor(), EMFDC_SetDCPenColor(), EMFDC_SetDIBitsToDevice(), EMFDC_SetLayout(), EMFDC_SetMapMode(), EMFDC_SetMapperFlags(), EMFDC_SetMetaRgn(), EMFDC_SetPixel(), EMFDC_SetPolyFillMode(), EMFDC_SetROP2(), EMFDC_SetStretchBltMode(), EMFDC_SetTextAlign(), EMFDC_SetTextColor(), EMFDC_SetTextJustification(), EMFDC_SetViewportExtEx(), EMFDC_SetViewportOrgEx(), EMFDC_SetWindowExtEx(), EMFDC_SetWindowOrgEx(), EMFDC_SetWorldTransform(), EMFDC_StretchBlt(), EMFDC_StretchDIBits(), EMFDC_StrokeAndFillPath(), EMFDC_StrokePath(), EMFDC_TransparentBlt(), emfdc_update_bounds(), EMFDC_WidenPath(), EMFDC_WriteEscape(), EMFDC_WriteNamedEscape(), emfdrv_stroke_and_fill_path(), and get_points_bounds().
HBRUSH emf::dc_brush |
Definition at line 51 of file emfdc.c.
Referenced by CloseEnhMetaFile(), CreateEnhMetaFileW(), and EMFDC_SetDCBrushColor().
HPEN emf::dc_pen |
Definition at line 52 of file emfdc.c.
Referenced by CloseEnhMetaFile(), CreateEnhMetaFileW(), and EMFDC_SetDCPenColor().
ENHMETAHEADER* emf::emh |
Definition at line 46 of file emfdc.c.
Referenced by CloseEnhMetaFile(), CreateEnhMetaFileW(), emfdc_add_handle(), EMFDC_DeleteDC(), and emfdc_record().
HANDLE emf::file |
Definition at line 50 of file emfdc.c.
Referenced by CloseEnhMetaFile(), and CreateEnhMetaFileW().
HGDIOBJ* emf::handles |
Definition at line 49 of file emfdc.c.
Referenced by CreateEnhMetaFileW(), emfdc_add_handle(), emfdc_delete_object(), EMFDC_DeleteDC(), and emfdc_find_object().
UINT emf::handles_size |
Definition at line 48 of file emfdc.c.
Referenced by CreateEnhMetaFileW(), emfdc_add_handle(), EMFDC_DeleteDC(), and emfdc_find_object().
BOOL emf::path |
Definition at line 53 of file emfdc.c.
Referenced by CreateEnhMetaFileW(), EMFDC_AbortPath(), EMFDC_BeginPath(), EMFDC_EndPath(), EMFDC_ExtTextOut(), emfdc_poly_polylinegon(), EMFDC_PolyDraw(), and emfdc_polylinegon().