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

/external/chromium_org/third_party/ots/src/
H A Dgdef.cc39 uint16_t offset_coverage = 0; local
41 if (!subtable.ReadU16(&offset_coverage) ||
50 if (offset_coverage == 0 || offset_coverage >= length ||
51 offset_coverage < attach_points_end) {
72 if (!ots::ParseCoverageTable(data + offset_coverage,
73 length - offset_coverage, num_glyphs)) {
108 uint16_t offset_coverage = 0; local
110 if (!subtable.ReadU16(&offset_coverage) ||
119 if (offset_coverage
225 uint32_t offset_coverage = 0; local
[all...]
H A Dgsub.cc78 uint16_t offset_coverage = 0; local
81 !subtable.ReadU16(&offset_coverage)) {
118 if (offset_coverage < subtable.offset() || offset_coverage >= length) {
121 if (!ots::ParseCoverageTable(data + offset_coverage,
122 length - offset_coverage, num_glyphs)) {
160 uint16_t offset_coverage = 0; local
164 !subtable.ReadU16(&offset_coverage) ||
193 if (offset_coverage < sequence_end || offset_coverage >
235 uint16_t offset_coverage = 0; local
351 uint16_t offset_coverage = 0; local
429 uint16_t offset_coverage = 0; local
[all...]
H A Dmath.cc164 uint16_t offset_coverage = 0; local
166 if (!subtable->ReadU16(&offset_coverage) ||
178 if (offset_coverage < sequence_end || offset_coverage >= length) {
181 if (!ots::ParseCoverageTable(data + offset_coverage,
182 length - offset_coverage,
244 uint16_t offset_coverage = 0; local
246 if (!subtable.ReadU16(&offset_coverage) ||
258 if (offset_coverage < sequence_end || offset_coverage >
434 ParseMathGlyphConstructionSequence(ots::Buffer* subtable, const uint8_t *data, size_t length, const uint16_t num_glyphs, uint16_t offset_coverage, uint16_t glyph_count, const unsigned sequence_end) argument
[all...]
H A Dgpos.cc208 uint16_t offset_coverage = 0; local
211 !subtable.ReadU16(&offset_coverage) ||
235 if (offset_coverage < subtable.offset() || offset_coverage >= length) {
239 if (!ots::ParseCoverageTable(data + offset_coverage,
240 length - offset_coverage,
379 uint16_t offset_coverage = 0; local
383 !subtable.ReadU16(&offset_coverage) ||
403 if (offset_coverage < subtable.offset() || offset_coverage >
422 uint16_t offset_coverage = 0; local
[all...]
H A Dlayout.cc518 uint16_t offset_coverage = 0; local
522 !subtable.ReadU16(&offset_coverage) ||
532 if (offset_coverage < rule_set_end || offset_coverage >= length) {
535 if (!ots::ParseCoverageTable(data + offset_coverage,
536 length - offset_coverage, num_glyphs)) {
625 uint16_t offset_coverage = 0; local
630 !subtable.ReadU16(&offset_coverage) ||
640 if (offset_coverage < class_set_end || offset_coverage >
700 uint16_t offset_coverage = 0; local
830 uint16_t offset_coverage = 0; local
963 uint16_t offset_coverage = 0; local
[all...]

Completed in 73 milliseconds