Home
last modified time | relevance | path

Searched refs:glyph_count (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_binres_theme_load.c756 UINT glyph_count; in _gx_binres_font_buffer_size_get() local
810glyph_count = (UINT)(page_header.gx_page_header_last_glyph - page_header.gx_page_header_first_glyp… in _gx_binres_font_buffer_size_get()
818 temp += sizeof(GX_COMPRESSED_GLYPH) * glyph_count; in _gx_binres_font_buffer_size_get()
823 temp += sizeof(GX_KERNING_GLYPH) * glyph_count; in _gx_binres_font_buffer_size_get()
828 temp += sizeof(GX_GLYPH) * glyph_count; in _gx_binres_font_buffer_size_get()
1049 static UINT _gx_binres_glyphs_address_get(GX_BINRES_DATA_INFO *info, USHORT glyph_count, GX_CONST G… in _gx_binres_glyphs_address_get() argument
1056 info -> gx_binres_buffer_index += sizeof(GX_GLYPH) * glyph_count; in _gx_binres_glyphs_address_get()
1058 for (index = 0; index < glyph_count; index++) in _gx_binres_glyphs_address_get()
1140 static UINT _gx_binres_kerning_glyphs_address_get(GX_BINRES_DATA_INFO *info, USHORT glyph_count, in _gx_binres_kerning_glyphs_address_get() argument
1148 info -> gx_binres_buffer_index += sizeof(GX_KERNING_GLYPH) * glyph_count; in _gx_binres_kerning_glyphs_address_get()
[all …]
Dgx_utility_bidi_paragraph_reorder.c2833 UINT glyph_count; in _gx_utility_bidi_reordering_resolve() local
2897 glyph_count = 1; in _gx_utility_bidi_reordering_resolve()
2902 … _gx_utility_unicode_to_utf8(unit -> gx_bidi_unit_code, (GX_UBYTE *)line_text, &glyph_count); in _gx_utility_bidi_reordering_resolve()
2904 line_text += glyph_count; in _gx_utility_bidi_reordering_resolve()
2905 out_text_list -> gx_string_length += glyph_count; in _gx_utility_bidi_reordering_resolve()