Searched refs:get_graphics_transform (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 358 …stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, CoordinateSpaceDevice, &tran… in get_clip_hrgn() 1488 stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, in brush_fill_pixels() 3703 stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, in SOFTWARE_GdipDrawThinPath() 4027 stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, in SOFTWARE_GdipDrawPath() 4035 stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, in SOFTWARE_GdipDrawPath() 4704 stat = get_graphics_transform(graphics, WineCoordinateSpaceGdiDevice, in SOFTWARE_GdipFillRegion() 6466 get_graphics_transform(graphics, CoordinateSpaceDevice, in GdipSetClipPath() 6510 … get_graphics_transform(graphics, CoordinateSpaceDevice, CoordinateSpaceWorld, &world_to_device); in GdipSetClipRect() 6830 get_graphics_transform(graphics, CoordinateSpaceWorld, CoordinateSpaceDevice, &device_to_world); in GdipGetClip() 6875 GpStatus get_graphics_transform(GpGraphics *graphics, GpCoordinateSpace dst_space, in get_graphics_transform() function [all …]
|
H A D | gdiplus_private.h | 68 extern GpStatus get_graphics_transform(GpGraphics *graphics, GpCoordinateSpace dst_space,
|
H A D | graphicspath.c | 1682 stat = get_graphics_transform(graphics, CoordinateSpaceDevice, in GdipIsOutlineVisiblePathPoint()
|
H A D | metafile.c | 2453 …get_graphics_transform(metafile->playback_graphics, CoordinateSpaceDevice, CoordinateSpaceWorld, &… in metafile_set_clip_region()
|