Lines Matching defs:graphics

63 metafile_DrawArc (GpGraphics *graphics, GpPen *pen, float x, float y, float width, float height, fl…  in metafile_DrawArc()
73 metafile_DrawBeziers (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *points, int count) in metafile_DrawBeziers()
84 metafile_DrawClosedCurve2 (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *points, int count,… in metafile_DrawClosedCurve2()
95 metafile_FillClosedCurve2 (GpGraphics *graphics, GpBrush *brush, GDIPCONST GpPointF *points, int co… in metafile_FillClosedCurve2()
106 metafile_DrawCurve3 (GpGraphics *graphics, GpPen* pen, GDIPCONST GpPointF *points, int count, int o… in metafile_DrawCurve3()
118 metafile_DrawEllipse (GpGraphics *graphics, GpPen *pen, float x, float y, float width, float height) in metafile_DrawEllipse()
129 metafile_FillEllipse (GpGraphics *graphics, GpBrush *brush, float x, float y, float width, float he… in metafile_FillEllipse()
140 metafile_DrawLines (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *points, int count) in metafile_DrawLines()
150 metafile_DrawPath (GpGraphics *graphics, GpPen *pen, GpPath *path) in metafile_DrawPath()
161 metafile_FillPath (GpGraphics *graphics, GpBrush *brush, GpPath *path) in metafile_FillPath()
172 metafile_DrawPie (GpGraphics *graphics, GpPen *pen, float x, float y, float width, float height, in metafile_DrawPie()
184 metafile_FillPie (GpGraphics *graphics, GpBrush *brush, float x, float y, float width, float height… in metafile_FillPie()
196 metafile_DrawPolygon (GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *points, int count) in metafile_DrawPolygon()
207 metafile_FillPolygon (GpGraphics *graphics, GpBrush *brush, GDIPCONST GpPointF *points, int count, … in metafile_FillPolygon()
218 metafile_DrawRectangles (GpGraphics *graphics, GpPen *pen, GDIPCONST GpRectF *rects, int count) in metafile_DrawRectangles()
229 metafile_FillRectangle (GpGraphics *graphics, GpBrush *brush, float x, float y, float width, float … in metafile_FillRectangle()
236 metafile_FillRectangles (GpGraphics *graphics, GpBrush *brush, GDIPCONST GpRectF *rects, int count) in metafile_FillRectangles()
247 metafile_FillRegion (GpGraphics *graphics, GpBrush *brush, GpRegion *region) in metafile_FillRegion()
258 metafile_GraphicsClear (GpGraphics *graphics, ARGB color) in metafile_GraphicsClear()
269 metafile_SetCompositingMode (GpGraphics *graphics, CompositingMode compositingMode) in metafile_SetCompositingMode()
280 metafile_SetCompositingQuality (GpGraphics *graphics, CompositingQuality compositingQuality) in metafile_SetCompositingQuality()
291 metafile_SetInterpolationMode (GpGraphics *graphics, InterpolationMode interpolationMode) in metafile_SetInterpolationMode()
302 metafile_SetPixelOffsetMode (GpGraphics *graphics, PixelOffsetMode pixelOffsetMode) in metafile_SetPixelOffsetMode()
313 metafile_SetPageTransform (GpGraphics *graphics, GpUnit unit, float scale) in metafile_SetPageTransform()
324 metafile_SetRenderingOrigin (GpGraphics *graphics, int x, int y) in metafile_SetRenderingOrigin()
335 metafile_SetSmoothingMode (GpGraphics *graphics, SmoothingMode mode) in metafile_SetSmoothingMode()
346 metafile_SetTextContrast (GpGraphics *graphics, UINT contrast) in metafile_SetTextContrast()
357 metafile_SetTextRenderingHint (GpGraphics *graphics, TextRenderingHint mode) in metafile_SetTextRenderingHint()
368 metafile_ResetClip (GpGraphics *graphics) in metafile_ResetClip()
379 metafile_SetClipPath (GpGraphics *graphics, GpPath *path, CombineMode combineMode) in metafile_SetClipPath()
390 metafile_SetClipRect (GpGraphics *graphics, float x, float y, float width, float height, CombineMod… in metafile_SetClipRect()
401 metafile_SetClipRegion (GpGraphics *graphics, GpRegion *region, CombineMode combineMode) in metafile_SetClipRegion()
412 metafile_TranslateClip (GpGraphics *graphics, float dx, float dy) in metafile_TranslateClip()
423 metafile_ResetWorldTransform (GpGraphics *graphics) in metafile_ResetWorldTransform()
434 metafile_SetWorldTransform (GpGraphics *graphics, GpMatrix *matrix) in metafile_SetWorldTransform()
445 metafile_MultiplyWorldTransform (GpGraphics *graphics, GpMatrix *matrix, GpMatrixOrder order) in metafile_MultiplyWorldTransform()
456 metafile_RotateWorldTransform (GpGraphics *graphics, float angle, GpMatrixOrder order) in metafile_RotateWorldTransform()
467 metafile_ScaleWorldTransform (GpGraphics *graphics, float sx, float sy, GpMatrixOrder order) in metafile_ScaleWorldTransform()
478 metafile_TranslateWorldTransform (GpGraphics *graphics, float dx, float dy, GpMatrixOrder order) in metafile_TranslateWorldTransform()