Searched refs:glyph_length (Results 1 – 4 of 4) sorted by relevance
55 FT_ULong glyph_length = 0; in cid_load_glyph() local85 glyph_length = glyph_data.length - cid->fd_bytes; in cid_load_glyph()87 if ( !FT_QALLOC( charstring, glyph_length ) ) in cid_load_glyph()89 glyph_length ); in cid_load_glyph()129 glyph_length = off2 - off1; in cid_load_glyph()131 if ( glyph_length == 0 || in cid_load_glyph()132 FT_QALLOC( charstring, glyph_length ) || in cid_load_glyph()134 charstring, glyph_length ) ) in cid_load_glyph()162 if ( cs_offset > glyph_length ) in cid_load_glyph()171 psaux->t1_decrypt( charstring, glyph_length, 4330 ); in cid_load_glyph()[all …]
116 …unsigned int glyph_length = imageOffsetsZ[glyph_id + 1] - imageOffsetsZ[glyph_id] - SBIXGlyph::min… in get_glyph_blob() local122 if (glyph_length >= 2) in get_glyph_blob()137 return hb_blob_create_sub_blob (sbix_blob, glyph_offset, glyph_length); in get_glyph_blob()
581 unsigned int glyph_length = length (instructions_len); in drop_hints_bytes() local582 dest_start = bytes.sub_array (0, glyph_length - instructions_len); in drop_hints_bytes()583 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
1052 * src/cid/cidgload.c (cid_load_glyph): Restore the glyph_length check.