Home
last modified time | relevance | path

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

/reactos/dll/opengl/opengl32/
H A Dwgl_font.c47 needed_size = GetGlyphOutlineW(hdc, glyph, GGO_BITMAP, &gm, 0, NULL, &identity); in wglUseFontBitmaps_common()
65 … ret = (GetGlyphOutlineW(hdc, glyph, GGO_BITMAP, &gm, size, bitmap, &identity) != GDI_ERROR); in wglUseFontBitmaps_common()
354 needed = GetGlyphOutlineW(hdc, glyph, GGO_NATIVE, &gm, 0, NULL, &identity); in wglUseFontOutlines_common()
367 GetGlyphOutlineW(hdc, glyph, GGO_NATIVE, &gm, needed, buf, &identity); in wglUseFontOutlines_common()
/reactos/dll/directx/wine/d3dx9_36/
H A Dfont.c341 …size = GetGlyphOutlineW(font->hdc, glyph, GGO_GLYPH_INDEX | GGO_GRAY8_BITMAP, &metrics, 0, NULL, &… in ID3DXFontImpl_PreloadGlyphs()
358GetGlyphOutlineW(font->hdc, glyph, GGO_GLYPH_INDEX | GGO_GRAY8_BITMAP, &metrics, size, buffer, &ma… in ID3DXFontImpl_PreloadGlyphs()
H A Dmesh.c6159 int datasize = GetGlyphOutlineW(hdc, text[i], GGO_NATIVE, &gm, 0, NULL, &identity); in D3DXCreateTextW()
6185 datasize = GetGlyphOutlineW(hdc, text[i], GGO_NATIVE, &gm, bufsize, raw_outline, &identity); in D3DXCreateTextW()
/reactos/modules/rostests/apitests/gdi32/
H A DGetGlyphOutline.c347 …dwRet = GetGlyphOutlineW(hDC, pEntry->wch, pEntry->uFormat, &gm, pEntry->cbBuffer, pEntry->lpvBuff… in DoEntry()
351 …dwRet = GetGlyphOutlineW(hDC, pEntry->wch, pEntry->uFormat, NULL, pEntry->cbBuffer, pEntry->lpvBuf… in DoEntry()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c4680 ret = GetGlyphOutlineW(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_GetGlyphOutline()
4686 ret = GetGlyphOutlineW(hdc, 'A', GGO_METRICS, &gm, 0, NULL, NULL); in test_GetGlyphOutline()
4696 ret = GetGlyphOutlineW(hdc, ' ', GGO_NATIVE, &gm, 0, NULL, &mat); in test_GetGlyphOutline()
4707 ret = GetGlyphOutlineW(0, ' ', GGO_NATIVE, &gm, 0, NULL, NULL); in test_GetGlyphOutline()
4728 ret = GetGlyphOutlineW(hdc, ' ', fmt[i], &gm, 0, NULL, &mat); in test_GetGlyphOutline()
4741 ret = GetGlyphOutlineW(hdc, ' ', fmt[i], &gm, 0, &dummy, &mat); in test_GetGlyphOutline()
4820 ret2 = GetGlyphOutlineW(hdc, c[i].w, GGO_BITMAP, &gm2, 0, NULL, &mat); in test_GetGlyphOutline()
5652 ret = GetGlyphOutlineW(hdc, 0xa8, GGO_NATIVE, &gm, 0, NULL, &mat); in test_GetGlyphOutline_empty_contour()
5940 ret = GetGlyphOutlineW(hdc, 0x2025, GGO_METRICS, gm, 0, NULL, &mat); in check_vertical_font()
5975 ret = GetGlyphOutlineW(hdc, code, GGO_METRICS, &rgm, 0, NULL, &mat); in check_vertical_metrics()
[all …]
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec387 387 stdcall GetGlyphOutlineW(long long long ptr long ptr ptr)
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c938 len = GetGlyphOutlineW(dc, string[i], GGO_BEZIER, &gm, 0, NULL, &identity); in format_string_callback()
952 GetGlyphOutlineW(dc, string[i], GGO_BEZIER, &gm, len, start, &identity); in format_string_callback()
H A Dgraphics.c7300 glyphsize = GetGlyphOutlineW(hdc, text[i], ggo_flags, in SOFTWARE_GdipDrawDriverString()
7359 ret = GetGlyphOutlineW(hdc, text[i], ggo_flags, in SOFTWARE_GdipDrawDriverString()
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c1161 GetGlyphOutlineW( in GetGlyphOutlineW() function
/reactos/sdk/include/psdk/
H A Dwingdi.h3726 GetGlyphOutlineW(
4382 #define GetGlyphOutline GetGlyphOutlineW
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c602 …count = GetGlyphOutlineW(hdc, glyph, GGO_GLYPH_INDEX | GGO_METRICS, &glyph_metrics, 0, NULL, &mat); in test_ID3DXFont()