Home
last modified time | relevance | path

Searched refs:get_graphics_transform (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dgraphics.c358 …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()
6510get_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 Dgdiplus_private.h68 extern GpStatus get_graphics_transform(GpGraphics *graphics, GpCoordinateSpace dst_space,
H A Dgraphicspath.c1682 stat = get_graphics_transform(graphics, CoordinateSpaceDevice, in GdipIsOutlineVisiblePathPoint()
H A Dmetafile.c2453get_graphics_transform(metafile->playback_graphics, CoordinateSpaceDevice, CoordinateSpaceWorld, &… in metafile_set_clip_region()