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