/reactos/dll/opengl/opengl32/ |
H A D | wgl_font.c | 76 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 D | font.c | 581 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 D | generated.c | 3108 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 D | dib.c | 2825 origin.x += gm.gmCellIncX; in draw_text_2()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetGlyphOutline.c | 364 …ok(gm.gmCellIncX == pEntry->gm.gmCellIncX, "Line %d: gm.gmCellIncX expected %d, was %d\n", pEntry-… in DoEntry()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 4638 gm.gmCellIncX = adv; in ftGdiGetGlyphOutline() 4678 gm.gmCellIncX = (vec.x+63) >> 6; in ftGdiGetGlyphOutline() 4687 gm.gmCellIncX, gm.gmCellIncY, in ftGdiGetGlyphOutline()
|
H A D | path.c | 2444 offset.x += gm.gmCellIncX; in PATH_ExtTextOut()
|
/reactos/dll/win32/gdiplus/ |
H A D | graphicspath.c | 996 x += gm.gmCellIncX * args->scale; in format_string_callback()
|
H A D | graphics.c | 7330 pti[i+1].x = pti[i].x + glyphmetrics.gmCellIncX; in SOFTWARE_GdipDrawDriverString()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | mesh.c | 6204 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 D | wingdi.h | 2445 short gmCellIncX; member
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 4284 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()
|