HomeSort by relevance Sort by last modified time
    Searched refs:offset_coverage (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/ots/src/
gdef.cc 39 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 == 0 || offset_coverage >= length |
225 uint32_t offset_coverage = 0; local
    [all...]
gsub.cc 78 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 >= length)
235 uint16_t offset_coverage = 0; local
351 uint16_t offset_coverage = 0; local
429 uint16_t offset_coverage = 0; local
    [all...]
math.cc 164 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 >= length)
    [all...]
gpos.cc 208 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 >= length)
422 uint16_t offset_coverage = 0; local
    [all...]
layout.cc 518 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 >= length)
700 uint16_t offset_coverage = 0; local
830 uint16_t offset_coverage = 0; local
963 uint16_t offset_coverage = 0; local
    [all...]

Completed in 1742 milliseconds