Searched refs:GdipTransformPath (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | graphicspath.c | 1298 stat = GdipTransformPath(path, matrix); in GdipFlattenPath() 1695 stat = GdipTransformPath(wide_path, transform); in GdipIsOutlineVisiblePathPoint() 1782 GpStatus WINGDIPAPI GdipTransformPath(GpPath *path, GpMatrix *matrix) in GdipTransformPath() function 2291 status = GdipTransformPath(path, matrix); in GdipWidenPath()
|
H A D | gdiplus.spec | 587 587 stdcall GdipTransformPath(ptr ptr)
|
H A D | graphics.c | 1492 stat = GdipTransformPath(flat_path, &world_to_device); in brush_fill_pixels() 4056 stat = GdipTransformPath(wide_path, transform); in SOFTWARE_GdipDrawPath() 6468 status = GdipTransformPath(clip_path, &world_to_device); in GdipSetClipPath()
|
/reactos/sdk/include/psdk/ |
H A D | gdipluspath.h | 562 return SetStatus(DllExports::GdipTransformPath(nativePath, matrix->nativeMatrix)); in Transform()
|
H A D | gdiplusflat.h | 800 GdipTransformPath(GpPath *, GpMatrix *);
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphicspath.c | 1015 status = GdipTransformPath(path, 0); in test_flatten()
|