HomeSort by relevance Sort by last modified time
    Searched refs:HB_GlyphItemRec (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-buffer.h 42 } HB_GlyphItemRec, *HB_GlyphItem;
harfbuzz-buffer.c 81 if ( REALLOC_ARRAY( buffer->in_string, new_allocated, HB_GlyphItemRec ) )
86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
115 if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec ) )
harfbuzz-indic.cpp     [all...]

Completed in 656 milliseconds