Home
last modified time | relevance | path

Searched refs:GGO_BITMAP (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/lang/clover/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_wgl.c255 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
269 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0, in wglUseFontBitmapsW()
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, in wglUseFontBitmapsW()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dfontgen.cc102 unsigned int buffsize = GetGlyphOutline(dc, ii, GGO_BITMAP, &metrics, 0, nullptr, &matrix); in Gen_font_shape_win32()
128 if (GetGlyphOutline(dc, chr, GGO_BITMAP, &metrics, buffsize, buffer, &matrix) == GDI_ERROR) { in Gen_font_shape_win32()
/dports/games/openttd/openttd-12.1/src/os/windows/
H A Dfont_win32.cpp464 …size = GetGlyphOutline(this->dc, key, GGO_GLYPH_INDEX | (aa ? GGO_GRAY8_BITMAP : GGO_BITMAP), &gm,… in InternalGetGlyph()
472 …size = GetGlyphOutline(this->dc, key, GGO_GLYPH_INDEX | (aa ? GGO_GRAY8_BITMAP : GGO_BITMAP), &gm,… in InternalGetGlyph()
475 …GetGlyphOutline(this->dc, key, GGO_GLYPH_INDEX | (aa ? GGO_GRAY8_BITMAP : GGO_BITMAP), &gm, size, … in InternalGetGlyph()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/private/
H A Dlvwin32font.cpp438 GGO_BITMAP, //GGO_METRICS in GetGlyphRec()
463 GGO_BITMAP, //GGO_METRICS in GetGlyphRec()
/dports/graphics/agg/agg-2.5/font_win32_tt/
H A Dagg_font_win32_tt.cpp613 int format = GGO_BITMAP; in prepare_glyph()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_font_win32_tt.pas1141 format:=GGO_BITMAP;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_win32_tt.pas1141 format:=GGO_BITMAP;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_font_win32_tt.pas1141 format:=GGO_BITMAP;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_win32_tt.pas1141 format:=GGO_BITMAP;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwin31.pp354 GGO_BITMAP = 1;
/dports/lang/mit-scheme/mit-scheme-9.2/src/win32/
H A Dwingdi.scm925 (define-integrable GGO_BITMAP 1) unknown
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwin31.pp354 GGO_BITMAP = 1;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwin31.pp354 GGO_BITMAP = 1;
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwin31.pp354 GGO_BITMAP = 1;
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Dconstants.py3218 GGO_BITMAP = 1 variable

12345678