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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 85 typedef Point GpPoint;
GdiPlusFlat.h 51 GdipCreatePath2I(GDIPCONST GpPoint*, GDIPCONST BYTE*, INT, GpFillMode,
73 GdipGetPathPointsI(GpPath*, GpPoint* points, INT count);
176 GdipAddPathLine2I(GpPath *path, GDIPCONST GpPoint *points, INT count);
187 GdipAddPathBeziersI(GpPath *path, GDIPCONST GpPoint *points, INT count);
190 GdipAddPathCurveI(GpPath *path, GDIPCONST GpPoint *points, INT count);
193 GdipAddPathCurve2I(GpPath *path, GDIPCONST GpPoint *points, INT count,
197 GdipAddPathCurve3I(GpPath *path, GDIPCONST GpPoint *points, INT count,
201 GdipAddPathClosedCurveI(GpPath *path, GDIPCONST GpPoint *points, INT count);
204 GdipAddPathClosedCurve2I(GpPath *path, GDIPCONST GpPoint *points, INT count,
221 GdipAddPathPolygonI(GpPath *path, GDIPCONST GpPoint *points, INT count);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 186 GpStatus WINGDIPAPI GdipTransformPointsI(GpGraphics*,GpCoordinateSpace,GpCoordinateSpace,GpPoint*,INT);
192 GpStatus WINGDIPAPI GdipDrawLinesI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
198 GpStatus WINGDIPAPI GdipDrawBeziersI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
208 GpStatus WINGDIPAPI GdipDrawPolygonI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
211 GpStatus WINGDIPAPI GdipDrawCurveI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
213 GpStatus WINGDIPAPI GdipDrawCurve2I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,REAL);
215 GpStatus WINGDIPAPI GdipDrawCurve3I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,INT,INT,REAL);
217 GpStatus WINGDIPAPI GdipDrawClosedCurveI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
219 GpStatus WINGDIPAPI GdipDrawClosedCurve2I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,REAL);
226 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode)
    [all...]
gdiplusgpstubs.h 29 typedef Point GpPoint;
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 216 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawImagePointsI)(GpGraphics *graphics, GpImage *image, GDIPCONST GpPoint *dstpoints, INT count);
    [all...]

Completed in 179 milliseconds