Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c754 void *glyph_class_table = NULL; in OpenType_GDEF_UpdateGlyphProps() local
761 glyph_class_table = (BYTE *)psc->GDEF_Table + offset; in OpenType_GDEF_UpdateGlyphProps()
777 class = OT_get_glyph_class( glyph_class_table, pwGlyphs[i] ); in OpenType_GDEF_UpdateGlyphProps()
1155 const void *glyph_class_table; in GSUB_apply_ContextSubst() local
1169 glyph_class_table = (const BYTE *)csf2 + offset; in GSUB_apply_ContextSubst()
1171 class = OT_get_glyph_class(glyph_class_table,glyphs[glyph_index]); in GSUB_apply_ContextSubst()
1906 const void *glyph_class_table = NULL; in GPOS_apply_MarkToBase() local
1914 glyph_class_table = (const BYTE *)script_cache->GDEF_Table + offset; in GPOS_apply_MarkToBase()
1932 if (glyph_class_table) in GPOS_apply_MarkToBase()
2176 const void *glyph_class_table = NULL; in GPOS_apply_ContextPos() local
[all …]