Home
last modified time | relevance | path

Searched refs:UnitWorld (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestpen.c167 verifySolidBrushPen (pen, 1, 10, UnitWorld); in test_createPen1()
261 verifySolidBrushPen (pen, 1, 10, UnitWorld); in test_createPen2()
357 GdipCreatePen1 (0x00000001, 10, UnitWorld, &pen); in test_getPenWidth()
375 GdipCreatePen1 (0x00000001, 10, UnitWorld, &pen); in test_setPenWidth()
422 GdipCreatePen1 (0x00000001, 10, UnitWorld, &pen); in test_getPenUnit()
440 GdipCreatePen1 (0x00000001, 10, UnitWorld, &pen); in test_setPenUnit()
443 status = GdipSetPenUnit (pen, UnitWorld); in test_setPenUnit()
448 assertEqualInt (unit, UnitWorld); in test_setPenUnit()
451 status = GdipSetPenUnit (pen, UnitWorld); in test_setPenUnit()
456 assertEqualInt (unit, UnitWorld); in test_setPenUnit()
[all …]
H A Dtestfont.c445 assertEqualInt (unit, UnitWorld); in test_createFontFromLogfontA()
512 assertEqualInt (unit, UnitWorld); in test_createFontFromLogfontW()
567 status = GdipCreateFont (family, 10, 10, (Unit)(UnitWorld - 1), &font); in test_createFont()
H A Dtestgraphicsdraw.c7118 status = GdipDrawImagePointRect (graphics, bitmapImage, 0, 0, 0, 0, 150, 100, UnitWorld); in test_drawImagePointRect()
7220 status = GdipDrawImagePointRect (graphics, bitmapImage, 0, 0, 0, 0, 150, 100, UnitWorld); in test_drawImagePointRect()
7485 status = GdipDrawImagePointRectI (graphics, bitmapImage, 0, 0, 0, 0, 150, 100, UnitWorld); in test_drawImagePointRectI()
7587 status = GdipDrawImagePointRectI (graphics, bitmapImage, 0, 0, 0, 0, 150, 100, UnitWorld); in test_drawImagePointRectI()
8950 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, 3, 0, 0, 150, 100, UnitWorld, NUL… in test_drawImagePointsRect()
8953 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, 5, 0, 0, 150, 100, UnitWorld, NUL… in test_drawImagePointsRect()
8956 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, 4, 0, 0, 150, 100, UnitWorld, NUL… in test_drawImagePointsRect()
8959 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, 2, 0, 0, 150, 100, UnitWorld, NUL… in test_drawImagePointsRect()
8962 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, 0, 0, 0, 150, 100, UnitWorld, NUL… in test_drawImagePointsRect()
8965 …status = GdipDrawImagePointsRect (graphics, bitmapImage, points, -1, 0, 0, 150, 100, UnitWorld, NU… in test_drawImagePointsRect()
[all …]
H A Dtestgraphics.c1212 status = GdipSetPageUnit (graphics, (Unit)(UnitWorld - 1)); in test_pageUnit()
1223 status = GdipSetPageUnit (graphics, UnitWorld); in test_pageUnit()
1238 status = GdipSetPageUnit (graphics, UnitWorld); in test_pageUnit()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspen.h43 color.GetValue(), width, UnitWorld, in nativePen()
51 width, UnitWorld, &nativePen); in nativePen()
H A Dgdiplusenums.h697 UnitWorld = 0, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspen.h48 color.GetValue(), width, UnitWorld, in nativePen()
56 width, UnitWorld, &nativePen); in nativePen()
H A Dgdiplusenums.h702 UnitWorld = 0, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspen.h48 color.GetValue(), width, UnitWorld, in nativePen()
56 width, UnitWorld, &nativePen); in nativePen()
H A Dgdiplusenums.h702 UnitWorld = 0, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspen.h43 color.GetValue(), width, UnitWorld, in nativePen()
51 width, UnitWorld, &nativePen); in nativePen()
H A Dgdiplusenums.h697 UnitWorld = 0, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_canvasfont.cxx70 Gdiplus::UnitWorld ); in CanvasFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_canvasfont.cxx67 Gdiplus::UnitWorld )); in CanvasFont()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgeneral-private.h81 …ION(g) ((g->type != gtPostScript) && ((g->page_unit == UnitPixel) || (g->page_unit == UnitWorld)))
H A Dpen.c56 pen->unit = UnitWorld; in gdip_pen_init()
672 if (!pen || unit < UnitWorld || unit > UnitCairoPoint || unit == UnitDisplay) in GdipSetPenUnit()
H A Dgdipenums.h409 UnitWorld = 0, enumerator
H A Dfont.c1068 …if (!family || !font || unit == UnitDisplay || unit < UnitWorld || unit > UnitCairoPoint || emSize… in GdipCreateFont()
1315 result->unit = UnitWorld; in gdip_create_font_from_logfont()
H A Dgraphics.c69 case UnitWorld: in gdip_unit_conversion()
100 case UnitWorld: in gdip_unit_conversion()
2535 if (unit <= UnitWorld || unit > UnitCairoPoint) in GdipSetPageUnit()
H A Dimage.c627 case UnitWorld: in GdipDrawImageRectRect()
893 case UnitWorld: in GdipDrawImagePointsRect()
/dports/security/ridl/ridl-11b3240/source/msw/
H A Dgdiplus.h100 UnitWorld, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp357 CallFunc(GdipCreatePen1)((Gdiplus::ARGB)argb, width, Gdiplus::UnitWorld, in GdipCreatePenImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp399 CallFunc(GdipCreatePen1)((Gdiplus::ARGB)argb, width, Gdiplus::UnitWorld, in GdipCreatePenImpl()
/dports/security/ridl/ridl-11b3240/nuklear/demo/gdip/
H A Dnuklear_gdip.h141 UnitWorld, enumerator
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/gdip/
H A Dnuklear_gdip.h141 UnitWorld, enumerator

12