Searched refs:nativePath (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdipluspath.h46 nativePath(NULL), lastStatus(Ok)
48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath);
52 nativePath(NULL), lastStatus(Ok)
55 points, types, count, fillMode, &nativePath);
59 nativePath(NULL), lastStatus(Ok)
62 points, types, count, fillMode, &nativePath);
66 DllExports::GdipDeletePath(nativePath);
72 nativePath, &clonePath));
88 return updateStatus(DllExports::GdipAddPathArc(nativePath,
94 return updateStatus(DllExports::GdipAddPathArcI(nativePath,
528 GpPath *nativePath; member in class:GraphicsPath
[all...]
H A Dgdiplusimpl.h661 fillPath ? fillPath->nativePath : NULL,
662 strokePath ? strokePath->nativePath : NULL,
1134 path ? path->nativePath : NULL, &nativeRegion);
1193 nativeRegion, path ? path->nativePath : NULL,
1229 nativeRegion, path ? path->nativePath : NULL,
1314 nativeRegion, path ? path->nativePath : NULL,
1464 nativeRegion, path ? path->nativePath : NULL,
1490 nativeRegion, path ? path->nativePath : NULL,
1502 nativePath, x, y, pen ? pen->nativePen : NULL,
1512 nativePath,
[all...]
H A Dgdiplusgraphics.h537 path ? path->nativePath : NULL));
903 path ? path->nativePath : NULL));
1421 path ? path->nativePath : NULL,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdipluspath.h46 nativePath(NULL), lastStatus(Ok)
48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath);
52 nativePath(NULL), lastStatus(Ok)
55 points, types, count, fillMode, &nativePath);
59 nativePath(NULL), lastStatus(Ok)
62 points, types, count, fillMode, &nativePath);
66 DllExports::GdipDeletePath(nativePath);
72 nativePath, &clonePath));
88 return updateStatus(DllExports::GdipAddPathArc(nativePath,
94 return updateStatus(DllExports::GdipAddPathArcI(nativePath,
528 GpPath *nativePath; member in class:GraphicsPath
[all...]
H A Dgdiplusimpl.h661 fillPath ? fillPath->nativePath : NULL,
662 strokePath ? strokePath->nativePath : NULL,
1134 path ? path->nativePath : NULL, &nativeRegion);
1193 nativeRegion, path ? path->nativePath : NULL,
1229 nativeRegion, path ? path->nativePath : NULL,
1314 nativeRegion, path ? path->nativePath : NULL,
1464 nativeRegion, path ? path->nativePath : NULL,
1490 nativeRegion, path ? path->nativePath : NULL,
1502 nativePath, x, y, pen ? pen->nativePen : NULL,
1512 nativePath,
[all...]
H A Dgdiplusgraphics.h537 path ? path->nativePath : NULL));
903 path ? path->nativePath : NULL));
1421 path ? path->nativePath : NULL,

Completed in 144 milliseconds