Searched refs:glyph_size (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | font.c | 58 unsigned int texture_size, glyph_size, glyphs_per_texture; member 398 x = morton_decode(font->texture_pos) * font->glyph_size; in ID3DXFontImpl_PreloadGlyphs() 399 y = morton_decode(font->texture_pos >> 1) * font->glyph_size; in ID3DXFontImpl_PreloadGlyphs() 401 current_glyph->black_box.left = x - metrics.gmptGlyphOrigin.x + font->glyph_size / 2 in ID3DXFontImpl_PreloadGlyphs() 970 object->glyph_size = make_pow2(object->metrics.tmHeight); in D3DXCreateFontIndirectW() 972 object->texture_size = object->glyph_size; in D3DXCreateFontIndirectW() 973 if (object->glyph_size < 256) in D3DXCreateFontIndirectW() 977 / (object->glyph_size * object->glyph_size); in D3DXCreateFontIndirectW()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | button.c | 1525 info.size.cx = glyph_size + 7; in test_bcm_splitinfo() 1545 ok(info.size.cx == glyph_size, "[%u] expected %d, got %d\n", button, glyph_size, info.size.cx); in test_bcm_splitinfo() 1548 info.size.cx = -glyph_size - 7; in test_bcm_splitinfo() 1556 ok(info.size.cx == glyph_size, "[%u] expected %d, got %d\n", button, glyph_size, info.size.cx); in test_bcm_splitinfo() 1561 info.size.cx = glyph_size + 7; in test_bcm_splitinfo() 1582 ok(info.size.cx == glyph_size, "[%u] expected %d, got %d\n", button, glyph_size, info.size.cx); in test_bcm_splitinfo() 1588 dummy.size.cx = glyph_size + 11; in test_bcm_splitinfo() 1616 dummy.size.cx = glyph_size + 5; in test_bcm_splitinfo() 1640 ok(info.size.cx == glyph_size, "[%u] expected %d, got %d\n", button, glyph_size, info.size.cx); in test_bcm_splitinfo() 1660 dummy.size.cx = glyph_size + 5; in test_bcm_splitinfo() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | ftrender.h | 76 FT_Long glyph_size; member
|
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/ |
H A D | ttsbit.c | 1108 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap() argument 1122 if ( !glyph_size || in tt_sbit_decoder_load_bitmap() 1123 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap() 1130 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap() 1134 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftglyph.c | 300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in FT_DEFINE_GLYPH()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 1204 clazz->glyph_size = size_; \
|