HomeSort by relevance Sort by last modified time
    Searched refs:offset_coverage (Results 1 - 4 of 4) 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...]
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 505 uint16_t offset_coverage = 0; local
509 !subtable.ReadU16(&offset_coverage) ||
519 if (offset_coverage < rule_set_end || offset_coverage >= length) {
522 if (!ots::ParseCoverageTable(data + offset_coverage,
523 length - offset_coverage, num_glyphs)) {
612 uint16_t offset_coverage = 0; local
617 !subtable.ReadU16(&offset_coverage) ||
627 if (offset_coverage < class_set_end || offset_coverage >= length)
687 uint16_t offset_coverage = 0; local
817 uint16_t offset_coverage = 0; local
950 uint16_t offset_coverage = 0; local
    [all...]

Completed in 39 milliseconds