Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c55 FT_ULong glyph_length = 0; in cid_load_glyph() local
87 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes ); in cid_load_glyph()
88 (void)FT_ALLOC( charstring, glyph_length ); in cid_load_glyph()
91 glyph_length ); in cid_load_glyph()
132 glyph_length = off2 - off1; in cid_load_glyph()
133 if ( glyph_length == 0 ) in cid_load_glyph()
135 if ( FT_ALLOC( charstring, glyph_length ) ) in cid_load_glyph()
138 charstring, glyph_length ) ) in cid_load_glyph()
166 if ( cs_offset > glyph_length ) in cid_load_glyph()
175 psaux->t1_decrypt( charstring, glyph_length, 4330 ); in cid_load_glyph()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-color-sbix-table.hh95 …unsigned int glyph_length = imageOffsetsZ[glyph_id + 1] - imageOffsetsZ[glyph_id] - SBIXGlyph::min… in get_glyph_blob() local
101 if (glyph_length >= 2) in get_glyph_blob()
116 return hb_blob_create_sub_blob (sbix_blob, glyph_offset, glyph_length); in get_glyph_blob()
Dhb-ot-glyf-table.hh517 unsigned int glyph_length = length (instructions_len); in drop_hints_bytes() local
518 dest_start = bytes.sub_array (0, glyph_length - instructions_len); in drop_hints_bytes()
519 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()