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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 86 typedef RectF GpRectF;
GdiPlusFlat.h 144 GdipAddPathRectangles(GpPath *path, GDIPCONST GpRectF *rects, INT count);
262 GdipGetPathWorldBounds(GpPath* path, GpRectF* bounds, GDIPCONST GpMatrix *matrix,
351 GdipCreateMatrix3(GDIPCONST GpRectF *rect, GDIPCONST GpPointF *dstplg,
424 GdipCreateRegionRect(GDIPCONST GpRectF *rect, GpRegion **region);
451 GdipCombineRegionRect(GpRegion *region, GDIPCONST GpRectF *rect,
476 GpRectF *rect);
523 GdipGetRegionScans(GpRegion *region, GpRectF* rects, INT* count, GpMatrix* matrix);
650 GdipCreateLineBrushFromRect(GDIPCONST GpRectF* rect,
664 GdipCreateLineBrushFromRectWithAngle(GDIPCONST GpRectF* rect,
702 GdipGetLineRect(GpLineGradient *brush, GpRectF *rect);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 32 typedef RectF GpRectF;
gdiplusflat.h 201 GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
223 GpStatus WINGDIPAPI GdipFillRectangles(GpGraphics*,GpBrush*,GDIPCONST GpRectF*,INT);
251 GpStatus WINGDIPAPI GdipDrawImageFX(GpGraphics*,GpImage*,GpRectF*,GpMatrix*,CGpEffect*,GpImageAttributes*,GpUnit);
278 GpStatus WINGDIPAPI GdipGetClipBounds(GpGraphics*,GpRectF*);
281 GpStatus WINGDIPAPI GdipGetVisibleClipBounds(GpGraphics*,GpRectF*);
290 GpStatus WINGDIPAPI GdipBeginContainer(GpGraphics*,GDIPCONST GpRectF*,GDIPCONST GpRectF*,GpUnit,GraphicsContainer*);
328 GpStatus WINGDIPAPI GdipAddPathRectangles(GpPath*,GDIPCONST GpRectF*,INT);
355 GpStatus WINGDIPAPI GdipGetPathWorldBounds(GpPath*,GpRectF*,GDIPCONST GpMatrix*,GDIPCONST GpPen*);
380 GpStatus WINGDIPAPI GdipGetImageBounds(GpImage*,GpRectF*,GpUnit*)
    [all...]

Completed in 1682 milliseconds