Home
last modified time | relevance | path

Searched refs:glyph_buf (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
Dsfwoff2.c865 FT_Byte* glyph_buf = NULL; in reconstruct_glyf() local
927 if ( FT_NEW_ARRAY( glyph_buf, glyph_buf_size ) ) in reconstruct_glyf()
988 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()
993 pointer = glyph_buf + glyph_size; in reconstruct_glyf()
1004 FT_STREAM_READ( glyph_buf + glyph_size, 8 ) ) in reconstruct_glyf()
1011 FT_STREAM_READ( glyph_buf + glyph_size, composite_size ) ) in reconstruct_glyf()
1019 pointer = glyph_buf + glyph_size; in reconstruct_glyf()
1024 FT_STREAM_READ( glyph_buf + glyph_size, instruction_size ) ) in reconstruct_glyf()
1116 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()
1121 pointer = glyph_buf + glyph_size; in reconstruct_glyf()
[all …]
/external/harfbuzz_ng/src/
Dhb-coretext.cc972 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
973 CTRunGetGlyphs (run, range_all, glyph_buf); in _hb_coretext_shape()
974 glyphs = glyph_buf; in _hb_coretext_shape()