Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c55 FT_ULong glyph_length = 0; in cid_load_glyph() local
85 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 …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-sbix-table.hh116 …unsigned int glyph_length = imageOffsetsZ[glyph_id + 1] - imageOffsetsZ[glyph_id] - SBIXGlyph::min… in get_glyph_blob() local
122 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()
Dhb-ot-glyf-table.hh581 unsigned int glyph_length = length (instructions_len); in drop_hints_bytes() local
582 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()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101052 * src/cid/cidgload.c (cid_load_glyph): Restore the glyph_length check.