Home
last modified time | relevance | path

Searched refs:GpUnit (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h60 extern REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi) DECLSPEC_HIDDEN;
61 extern REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) DECLSPEC_HIDDEN;
62 extern REAL units_scale(GpUnit from, GpUnit to, REAL dpi) DECLSPEC_HIDDEN;
85 extern GpStatus METAFILE_SetPageTransform(GpMetafile* metafile, GpUnit unit, REAL scale) DECLSPEC_H…
93 GDIPCONST GpRectF *srcrect, GpUnit unit, DWORD StackIndex) DECLSPEC_HIDDEN;
101 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes,
205 GpUnit unit;
236 GpUnit unit; /* page unit */
393 GpUnit unit;
418 GpUnit page_unit;
H A Dgdiplus.c327 REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi) in units_to_pixels()
350 REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) in pixels_to_units()
372 REAL units_scale(GpUnit from, GpUnit to, REAL dpi) in units_scale()
H A Dpen.c136 GpStatus WINGDIPAPI GdipCreatePen1(ARGB color, REAL width, GpUnit unit, in GdipCreatePen1()
150 GpStatus WINGDIPAPI GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit, in GdipCreatePen2()
396 GpStatus WINGDIPAPI GdipGetPenUnit(GpPen *pen, GpUnit *unit) in GdipGetPenUnit()
H A Dgraphics.c2114 GpUnit unit;
2196 GpUnit unit; in get_graphics_device_bounds()
2995 GpUnit srcUnit) in GdipDrawImagePointRect()
3022 GpUnit srcUnit) in GdipDrawImagePointRectI()
3073 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in GdipDrawImagePointsRect()
3475 INT srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in GdipDrawImagePointsRectI()
3500 REAL srcwidth, REAL srcheight, GpUnit srcUnit, in GdipDrawImageRectRect()
3523 INT srcwidth, INT srcheight, GpUnit srcUnit, in GdipDrawImageRectRectI()
3548 GpUnit unit; in GdipDrawImageRect()
4931 GpStatus WINGDIPAPI GdipGetPageUnit(GpGraphics *graphics, GpUnit *unit) in GdipGetPageUnit()
[all …]
H A Dmetafile.c159 GpUnit page_unit;
1214 GpStatus METAFILE_SetPageTransform(GpMetafile* metafile, GpUnit unit, REAL scale) in METAFILE_SetPageTransform()
1377 GDIPCONST GpRectF *srcrect, GpUnit unit, DWORD StackIndex) in METAFILE_BeginContainer()
2701 GpUnit unit = (GpUnit)flags; in GdipPlayMetafileRecord()
2783 GpUnit unit; in GdipPlayMetafileRecord()
4192 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in METAFILE_DrawImagePointsRect()
H A Dimage.c2197 GpUnit *srcUnit) in GdipGetImageBounds()
/reactos/sdk/include/psdk/
H A Dgdiplusflat.h299 GdipDrawImagePointRectI(GpGraphics *, GpImage *, INT, INT, INT, INT, INT, INT, GpUnit);
314 GpUnit,
328 GpUnit,
348 GpUnit,
364 GpUnit,
513 GdipGetPageUnit(GpGraphics *, GpUnit *);
638 GdipSetPageUnit(GpGraphics *, GpUnit);
833 GdipGetImageBounds(GpImage *, GpRectF *, GpUnit *);
1223 GdipCreatePen1(ARGB, REAL, GpUnit, GpPen **);
1225 GdipCreatePen2(GpBrush *, REAL, GpUnit, GpPen **);
[all …]
H A Dgdiplusgpstubs.h127 typedef Unit GpUnit; typedef
/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c90 static REAL units_scale(GpUnit from, GpUnit to, REAL dpi) in units_scale()
630 GpUnit unit, defUnit = UnitPixel; in test_BeginContainer2()
1609 GpUnit unit; in test_Get_Release_DC()
3727 GpUnit unit; in test_GdipMeasureString()
3760 GpUnit font_unit, unit; in test_GdipMeasureString()
4001 GpUnit unit; in test_transform()
4059 GpUnit pen_unit, page_unit; in test_pen_thickness()
4275 GpUnit gfx_unit, font_unit; in test_font_height_scaling()
4881 GpUnit gfx_unit, font_unit; in test_measured_extra_space()
5075 GpUnit unit; in test_clipping()
[all …]
H A Dmetafile.c375 GpUnit unit; in test_empty()
736 GpUnit unit; in test_emfonly()
1228 GpUnit unit; in test_nullframerect()
1363 GpUnit unit; in test_pagetransform()
1902 GpUnit unit; in test_frameunit()
H A Dimage.c1210 GpUnit unit; in test_GdipCloneImage()
1449 GpUnit unit; in test_loadwmf()
1517 GpUnit unit; in test_createfromwmf()