HomeSort by relevance Sort by last modified time
    Searched defs:tableTag (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp 194 uint32_t tableTag;
195 if (!readUInt32(woff, offset, tableTag))
222 *sfntTableDirectoryPtr++ = htonl(tableTag);
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 237 unsigned tableTag = sfnt->tables[i].tag;
238 switch (tableTag) {

Completed in 162 milliseconds