Home
last modified time | relevance | path

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

/external/freetype/src/pfr/
Dpfrgload.c567 FT_UInt flags, i, count, org_count; in pfr_glyph_load_compound() local
597 org_count = glyph->num_subs; in pfr_glyph_load_compound()
599 if ( org_count + count > glyph->max_subs ) in pfr_glyph_load_compound()
601 FT_UInt new_max = ( org_count + count + 3 ) & (FT_UInt)-4; in pfr_glyph_load_compound()
620 subglyph = glyph->subs + org_count; in pfr_glyph_load_compound()