Searched refs:glyphs_size (Results 1 - 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | hb-uniscribe.cc | 785 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) local 792 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); 793 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); 794 ALLOCATE_ARRAY (int, advances, glyphs_size); 795 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); 796 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); 900 glyphs_size - glyphs_offset,
|
Completed in 48 milliseconds