Home
last modified time | relevance | path

Searched refs:gmCellIncX (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dwgl_font.c76 TRACE(" - increment: %d - %d\n", gm.gmCellIncX, gm.gmCellIncY); in wglUseFontBitmaps_common()
114 gm.gmCellIncX, gm.gmCellIncY, in wglUseFontBitmaps_common()
118 funcs->Bitmap(0, 0, 0, 0, gm.gmCellIncX, gm.gmCellIncY, NULL); in wglUseFontBitmaps_common()
379 lpgmf->gmfCellIncX = (float)gm.gmCellIncX / em_size; in wglUseFontOutlines_common()
525 … funcs->Translated((GLdouble)gm.gmCellIncX / em_size, (GLdouble)gm.gmCellIncY / em_size, 0.0); in wglUseFontOutlines_common()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c581 ok(gm.gmCellIncX == width_orig, "incX %d != %d\n", gm.gmCellIncX, width_orig); in test_outline_font()
589 ok(gm.gmCellIncX == width_orig/2, "incX %d != %d\n", gm.gmCellIncX, width_orig/2); in test_outline_font()
663 ok(gm.gmCellIncX == pt.x, "incX %d != %d\n", gm.gmCellIncX, pt.x); in test_outline_font()
664 ok(gm.gmCellIncX == 20 * width_orig, "incX %d != %d\n", gm.gmCellIncX, 20 * width_orig); in test_outline_font()
674 ok(gm.gmCellIncX == pt.x/2, "incX %d != %d\n", gm.gmCellIncX, pt.x/2); in test_outline_font()
692 ok(near_match(gm.gmCellIncX, pt.x), "incX %d != %d\n", gm.gmCellIncX, pt.x); in test_outline_font()
719 ok(gm.gmCellIncX == pt.x, "incX %d != %d\n", gm.gmCellIncX, pt.x); in test_outline_font()
730 ok(gm.gmCellIncX == pt.x/2, "incX %d != %d\n", gm.gmCellIncX, pt.x/2); in test_outline_font()
3281 gm1.gmCellIncX == gm2.gmCellIncX && in test_negative_width()
6569 ok(data[0].gm.gmCellIncX + 1 == data[1].gm.gmCellIncX, in test_fake_bold_font()
[all …]
H A Dgenerated.c3108 TEST_FIELD_SIZE (GLYPHMETRICS, gmCellIncX, 2) in test_pack_GLYPHMETRICS()
3109 TEST_FIELD_ALIGN (GLYPHMETRICS, gmCellIncX, 2) in test_pack_GLYPHMETRICS()
3110 TEST_FIELD_OFFSET(GLYPHMETRICS, gmCellIncX, 16) in test_pack_GLYPHMETRICS()
9631 TEST_FIELD_SIZE (GLYPHMETRICS, gmCellIncX, 2) in test_pack_GLYPHMETRICS()
9632 TEST_FIELD_ALIGN (GLYPHMETRICS, gmCellIncX, 2) in test_pack_GLYPHMETRICS()
9633 TEST_FIELD_OFFSET(GLYPHMETRICS, gmCellIncX, 16) in test_pack_GLYPHMETRICS()
H A Ddib.c2825 origin.x += gm.gmCellIncX; in draw_text_2()
/reactos/modules/rostests/apitests/gdi32/
H A DGetGlyphOutline.c364 …ok(gm.gmCellIncX == pEntry->gm.gmCellIncX, "Line %d: gm.gmCellIncX expected %d, was %d\n", pEntry-… in DoEntry()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c4638 gm.gmCellIncX = adv; in ftGdiGetGlyphOutline()
4678 gm.gmCellIncX = (vec.x+63) >> 6; in ftGdiGetGlyphOutline()
4687 gm.gmCellIncX, gm.gmCellIncY, in ftGdiGetGlyphOutline()
H A Dpath.c2444 offset.x += gm.gmCellIncX; in PATH_ExtTextOut()
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c996 x += gm.gmCellIncX * args->scale; in format_string_callback()
H A Dgraphics.c7330 pti[i+1].x = pti[i].x + glyphmetrics.gmCellIncX; in SOFTWARE_GdipDrawDriverString()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c6204 glyphmetrics[i].gmfCellIncX = gm.gmCellIncX / (float)otm.otmEMSquare; in D3DXCreateTextW()
6207 offset_x += gm.gmCellIncX / (float)otm.otmEMSquare; in D3DXCreateTextW()
/reactos/sdk/include/psdk/
H A Dwingdi.h2445 short gmCellIncX; member
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c4284 compare_float(glyphmetrics_float[i].gmfCellIncX, gm.gmCellIncX / (float)otm.otmEMSquare); in test_createtext()
4306 offset_x += gm.gmCellIncX / (float)otm.otmEMSquare; in test_createtext()