HomeSort by relevance Sort by last modified time
    Searched refs:GpPointF (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 84 typedef PointF GpPointF;
GdiPlusFlat.h 47 GdipCreatePath2(GDIPCONST GpPointF*, GDIPCONST BYTE*, INT, GpFillMode,
70 GdipGetPathPoints(GpPath*, GpPointF* points, INT count);
103 GdipGetPathLastPoint(GpPath* path, GpPointF* lastPoint);
109 GdipAddPathLine2(GpPath *path, GDIPCONST GpPointF *points, INT count);
120 GdipAddPathBeziers(GpPath *path, GDIPCONST GpPointF *points, INT count);
123 GdipAddPathCurve(GpPath *path, GDIPCONST GpPointF *points, INT count);
126 GdipAddPathCurve2(GpPath *path, GDIPCONST GpPointF *points, INT count,
130 GdipAddPathCurve3(GpPath *path, GDIPCONST GpPointF *points, INT count,
134 GdipAddPathClosedCurve(GpPath *path, GDIPCONST GpPointF *points, INT count);
137 GdipAddPathClosedCurve2(GpPath *path, GDIPCONST GpPointF *points, INT count,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 185 GpStatus WINGDIPAPI GdipTransformPoints(GpGraphics*,GpCoordinateSpace,GpCoordinateSpace,GpPointF*,INT);
191 GpStatus WINGDIPAPI GdipDrawLines(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
197 GpStatus WINGDIPAPI GdipDrawBeziers(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
207 GpStatus WINGDIPAPI GdipDrawPolygon(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
210 GpStatus WINGDIPAPI GdipDrawCurve(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
212 GpStatus WINGDIPAPI GdipDrawCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
214 GpStatus WINGDIPAPI GdipDrawCurve3(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,INT,INT,REAL);
216 GpStatus WINGDIPAPI GdipDrawClosedCurve(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
218 GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
225 GpStatus WINGDIPAPI GdipFillPolygon(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT,GpFillMode)
    [all...]
gdiplusgpstubs.h 30 typedef PointF GpPointF;
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 184 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePath2)(GDIPCONST GpPointF*, GDIPCONST BYTE*, INT, GpFillMode, GpPath **path);
    [all...]

Completed in 98 milliseconds