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

/external/chromium_org/third_party/ots/src/
H A Dgdef.cc286 uint16_t offset_mark_glyph_sets_def = 0; local
288 if (!table.ReadU16(&offset_mark_glyph_sets_def)) {
353 if (offset_mark_glyph_sets_def) {
354 if (offset_mark_glyph_sets_def >= length ||
355 offset_mark_glyph_sets_def < gdef_header_end) {
359 data + offset_mark_glyph_sets_def,
360 length - offset_mark_glyph_sets_def,

Completed in 347 milliseconds