Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dglyf.cc20 uint32_t gly_length, in ParseFlagsForSimpleGlyph() argument
68 if (gly_length < *xy_coordinates_length) { in ParseFlagsForSimpleGlyph()
77 uint32_t gly_offset, uint32_t gly_length, in ParseSimpleGlyph() argument
108 if (gly_length < (gly_header_length + bytecode_length)) { in ParseSimpleGlyph()
136 gly_length, in ParseSimpleGlyph()
145 if (gly_length < (gly_header_length + bytecode_length + in ParseSimpleGlyph()
150 if (gly_length - (gly_header_length + bytecode_length + in ParseSimpleGlyph()
197 const unsigned gly_length = offsets[i + 1] - offsets[i]; in ots_glyf_parse() local
198 if (!gly_length) { in ots_glyf_parse()
209 if (gly_offset + gly_length < gly_offset) { in ots_glyf_parse()
[all …]