Home
last modified time | relevance | path

Searched refs:GdipTransformPath (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c1298 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 Dgdiplus.spec587 587 stdcall GdipTransformPath(ptr ptr)
H A Dgraphics.c1492 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 Dgdipluspath.h562 return SetStatus(DllExports::GdipTransformPath(nativePath, matrix->nativeMatrix)); in Transform()
H A Dgdiplusflat.h800 GdipTransformPath(GpPath *, GpMatrix *);
/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphicspath.c1015 status = GdipTransformPath(path, 0); in test_flatten()