Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-buffer.c81 if ( REALLOC_ARRAY( buffer->in_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure()
86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure()
97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure()
115 if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec ) ) in hb_buffer_duplicate_out_buffer()
Dharfbuzz-buffer.h46 } HB_GlyphItemRec, *HB_GlyphItem; typedef
Dharfbuzz-indic.cpp1659 HB_GlyphItemRec m = otl_glyphs[0]; in indic_shape_syllable()