Searched refs:glyph_buf_size (Results 1 – 1 of 1) sorted by relevance
855 FT_ULong glyph_buf_size; in reconstruct_glyf() local926 glyph_buf_size = WOFF2_DEFAULT_GLYPH_BUF; in reconstruct_glyf()927 if ( FT_NEW_ARRAY( glyph_buf, glyph_buf_size ) ) in reconstruct_glyf()986 if ( glyph_buf_size < size_needed ) in reconstruct_glyf()988 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()990 glyph_buf_size = size_needed; in reconstruct_glyf()1114 if ( glyph_buf_size < size_needed ) in reconstruct_glyf()1116 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()1118 glyph_buf_size = size_needed; in reconstruct_glyf()1171 glyph_buf_size, in reconstruct_glyf()