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

  /external/icu4c/layout/
Lookups.cpp 37 le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const
39 const CoverageTable *coverageTable = (const CoverageTable *) ((char *) this + SWAPW(tableOffset));
Lookups.h 38 le_int32 getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const;
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 231 unsigned tableOffset = sfnt->tables[i].offset;
234 if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength)
241 if (dataLength < tableOffset + sizeof(OS2Table))
245 const OS2Table* OS2 = reinterpret_cast<const OS2Table*>(data + tableOffset);
261 if (dataLength < tableOffset + sizeof(headTable))
265 const headTable* head = reinterpret_cast<const headTable*>(data + tableOffset);
271 if (dataLength < tableOffset + offsetof(nameTable, nameRecords))
275 const nameTable* name = reinterpret_cast<const nameTable*>(data + tableOffset);
277 if (dataLength < tableOffset + offsetof(nameTable, nameRecords) + (j + 1) * sizeof(nameRecord)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]

Completed in 41 milliseconds