Searched refs:glyphs_size (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 799 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_uniscribe_shape() local 806 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 807 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 808 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 809 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 810 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 914 glyphs_size - glyphs_offset, in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 700 unsigned int glyphs_size = (scratch_size * sizeof(int) - 2) in _hb_directwrite_shape_full() local 706 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
|