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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 87 typedef Rect GpRect;
GdiPlusFlat.h 211 GdipAddPathRectanglesI(GpPath *path, GDIPCONST GpRect *rects, INT count);
266 GdipGetPathWorldBoundsI(GpPath* path, GpRect* bounds, GDIPCONST GpMatrix *matrix,
355 GdipCreateMatrix3I(GDIPCONST GpRect *rect, GDIPCONST GpPoint *dstplg,
427 GdipCreateRegionRectI(GDIPCONST GpRect *rect, GpRegion **region);
455 GdipCombineRegionRectI(GpRegion *region, GDIPCONST GpRect *rect,
480 GpRect *rect);
526 GdipGetRegionScansI(GpRegion *region, GpRect* rects, INT* count, GpMatrix* matrix);
657 GdipCreateLineBrushFromRectI(GDIPCONST GpRect* rect,
672 GdipCreateLineBrushFromRectWithAngleI(GDIPCONST GpRect* rect,
705 GdipGetLineRectI(GpLineGradient *brush, GpRect *rect);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 31 typedef Rect GpRect;
gdiplusflat.h 61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
202 GpStatus WINGDIPAPI GdipDrawRectanglesI(GpGraphics*,GpPen*,GDIPCONST GpRect*,INT);
224 GpStatus WINGDIPAPI GdipFillRectanglesI(GpGraphics*,GpBrush*,GDIPCONST GpRect*,INT);
279 GpStatus WINGDIPAPI GdipGetClipBoundsI(GpGraphics*,GpRect*);
282 GpStatus WINGDIPAPI GdipGetVisibleClipBoundsI(GpGraphics*,GpRect*);
291 GpStatus WINGDIPAPI GdipBeginContainerI(GpGraphics*,GDIPCONST GpRect*,GDIPCONST GpRect*,GpUnit,GraphicsContainer*);
346 GpStatus WINGDIPAPI GdipAddPathRectanglesI(GpPath*,GDIPCONST GpRect*,INT);
356 GpStatus WINGDIPAPI GdipGetPathWorldBoundsI(GpPath*,GpRect*,GDIPCONST GpMatrix*,GDIPCONST GpPen*);
444 GpStatus WINGDIPAPI GdipCreateLineBrushFromRectI(GDIPCONST GpRect*,ARGB,ARGB,LinearGradientMode,GpWrapMode,GpLineGradient**)
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 207 typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapLockBits)(GpBitmap* bitmap, GDIPCONST GpRect* rect, UINT flags, PixelFormat format, BitmapData* lockedBitmapData);
227 typedef GpStatus (WINGDIPAPI *FuncType_GdipGetClipBoundsI)(GpGraphics *graphics, GpRect *rect);
    [all...]

Completed in 59 milliseconds