Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c55 FT_ULong glyph_length = 0; in FT_CALLBACK_DEF() local
85 glyph_length = glyph_data.length - cid->fd_bytes; in FT_CALLBACK_DEF()
87 if ( !FT_QALLOC( charstring, glyph_length ) ) in FT_CALLBACK_DEF()
89 glyph_length ); in FT_CALLBACK_DEF()
129 glyph_length = off2 - off1; in FT_CALLBACK_DEF()
131 if ( glyph_length == 0 || in FT_CALLBACK_DEF()
132 FT_QALLOC( charstring, glyph_length ) || in FT_CALLBACK_DEF()
134 charstring, glyph_length ) ) in FT_CALLBACK_DEF()
162 if ( cs_offset > glyph_length ) in FT_CALLBACK_DEF()
171 psaux->t1_decrypt( charstring, glyph_length, 433 in FT_CALLBACK_DEF()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-sbix-table.hh116 unsigned int glyph_length = imageOffsetsZ[glyph_id + 1] - imageOffsetsZ[glyph_id] - SBIXGlyph::min_size; 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()
H A 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()

Completed in 4 milliseconds