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

  /external/icu4c/test/letest/
PortableFontInstance.cpp 88 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
94 le_uint16 numTables = 0;
110 numTables = SWAPW(fDirectory->numTables);
111 fDirPower = 1 << highBit(numTables);
112 fDirExtra = numTables - fDirPower;
FontObject.h 32 le_uint16 numTables;
209 le_uint16 numTables;
sfnt.h 34 le_uint16 numTables;
  /external/icu4c/samples/layout/
sfnt.h 35 le_uint16 numTables;
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java     [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 84 BigEndianUShort numTables;
214 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
230 for (unsigned i = 0; i < sfnt->numTables; i++) {
352 for (t = 0; t < sfnt->numTables; ++t) {
356 if (t == sfnt->numTables)
415 if (fontData->size() < offsetof(sfntHeader, tables) + header->numTables * sizeof(TableDirectoryEntry))

Completed in 312 milliseconds