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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 105 DllExports::GdipDeleteRegion(nativeRegion);
116 SetStatus(DllExports::GdipCloneRegion(nativeRegion, &region));
124 return SetStatus(DllExports::GdipSetInfinite(nativeRegion));
130 return SetStatus(DllExports::GdipSetEmpty(nativeRegion));
139 return SetStatus(DllExports::GdipCombineRegionRect(nativeRegion, &rect, CombineModeIntersect));
145 return SetStatus(DllExports::GdipCombineRegionRectI(nativeRegion, &rect, CombineModeIntersect));
151 return SetStatus(DllExports::GdipCombineRegionPath(nativeRegion, path->nativePath, CombineModeIntersect));
157 return SetStatus(DllExports::GdipCombineRegionRegion(nativeRegion, region->nativeRegion, CombineModeIntersect));
163 return SetStatus(DllExports::GdipCombineRegionRect(nativeRegion, &rect, CombineModeUnion));
    [all...]
GdiPlusHeaders.h 180 Region(GpRegion* nativeRegion);
182 VOID SetNativeRegion(GpRegion* nativeRegion);
185 GpRegion* nativeRegion;
GdiPlusGraphics.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 1115 __inline__ Region::Region(): nativeRegion(NULL), lastStatus(Ok)
1117 lastStatus = DllExports::GdipCreateRegion(&nativeRegion);
1120 __inline__ Region::Region(const RectF& rect): nativeRegion(NULL), lastStatus(Ok)
1122 lastStatus = DllExports::GdipCreateRegionRect(&rect, &nativeRegion);
1125 __inline__ Region::Region(const Rect& rect): nativeRegion(NULL), lastStatus(Ok)
1127 lastStatus = DllExports::GdipCreateRegionRectI(&rect, &nativeRegion);
1131 nativeRegion(NULL), lastStatus(Ok)
1134 path ? path->nativePath : NULL, &nativeRegion);
1138 nativeRegion(NULL), lastStatus(Ok)
1141 regionData, size, &nativeRegion);
    [all...]
gdiplusheaders.h 567 nativeRegion(region), lastStatus(status) {}
577 GpRegion *nativeRegion;
gdiplusgraphics.h 831 region ? region->nativeRegion : NULL,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 403 long nativeRegion,
410 Region_Delegate region = Region_Delegate.getDelegate(nativeRegion);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]

Completed in 1016 milliseconds