Searched defs:numTables (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkSFNTHeader.h51 SK_SFNT_USHORT numTables; member in struct:SkSFNTHeader
61 }; //tableDirectoryEntries[numTables]
H A DSkOTUtils.cpp47 int numTables = SkEndian_SwapBE16(sfntHeader.numTables); local
48 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) {
56 if (tableIndex == numTables) {
101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables;
/external/skia/src/sfnt/
H A DSkSFNTHeader.h51 SK_SFNT_USHORT numTables; member in struct:SkSFNTHeader
61 }; //tableDirectoryEntries[numTables]
H A DSkOTUtils.cpp47 int numTables = SkEndian_SwapBE16(sfntHeader.numTables); local
48 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) {
56 if (tableIndex == numTables) {
101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-file-private.hh75 { return numTables; }
78 if (unlikely (i >= numTables)) return Null(TableRecord);
85 unsigned int count = numTables;
107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
112 USHORT numTables; /* Number of tables. */ member in struct:OT::OffsetTable
113 USHORT searchRangeZ; /* (Maximum power of 2 <= numTables) x 16 */
114 USHORT entrySelectorZ; /* Log2(maximum power of 2 <= numTables). */
116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */
/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh75 { return numTables; }
78 if (unlikely (i >= numTables)) return Null(TableRecord);
85 unsigned int count = numTables;
107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
112 USHORT numTables; /* Number of tables. */ member in struct:OT::OffsetTable
113 USHORT searchRangeZ; /* (Maximum power of 2 <= numTables) x 16 */
114 USHORT entrySelectorZ; /* Log2(maximum power of 2 <= numTables). */
116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */
/external/chromium_org/third_party/icu/source/test/letest/
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
108 le_uint16 numTables = 0; local
125 numTables = SWAPW(fDirectory->numTables);
126 fDirPower = 1 << highBit(numTables);
127 fDirExtra = numTables - fDirPower;
H A DFontObject.h32 le_uint16 numTables; member in struct:SFNTDirectory
209 le_uint16 numTables; member in class:FontObject
H A Dsfnt.h34 le_uint16 numTables; member in struct:SFNTDirectory
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
108 le_uint16 numTables = 0; local
125 numTables = SWAPW(fDirectory->numTables);
126 fDirPower = 1 << highBit(numTables);
127 fDirExtra = numTables - fDirPower;
H A DFontObject.h32 le_uint16 numTables; member in struct:SFNTDirectory
209 le_uint16 numTables; member in class:FontObject
H A Dsfnt.h34 le_uint16 numTables; member in struct:SFNTDirectory
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
108 le_uint16 numTables = 0; local
125 numTables = SWAPW(fDirectory->numTables);
126 fDirPower = 1 << highBit(numTables);
127 fDirExtra = numTables - fDirPower;
H A DFontObject.h32 le_uint16 numTables; member in struct:SFNTDirectory
209 le_uint16 numTables; member in class:FontObject
H A Dsfnt.h34 le_uint16 numTables; member in struct:SFNTDirectory
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
108 le_uint16 numTables = 0; local
125 numTables = SWAPW(fDirectory->numTables);
126 fDirPower = 1 << highBit(numTables);
127 fDirExtra = numTables - fDirPower;
H A DFontObject.h32 le_uint16 numTables; member in struct:SFNTDirectory
209 le_uint16 numTables; member in class:FontObject
H A Dsfnt.h34 le_uint16 numTables; member in struct:SFNTDirectory
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp64 BigEndianUShort numTables; member in struct:blink::sfntHeader
153 for (t = 0; t < sfnt->numTables; ++t) {
157 if (t == sfnt->numTables)
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h35 le_uint16 numTables; member in struct:SFNTDirectory
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h35 le_uint16 numTables; member in struct:SFNTDirectory
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c1435 FT_UShort numTables; local
1453 if ( FT_READ_USHORT( numTables ) )
1461 for ( i = 0; i < numTables; i++ )
/external/freetype/src/base/
H A Dftobjs.c1447 FT_UShort numTables; local
1465 if ( FT_READ_USHORT( numTables ) )
1473 for ( i = 0; i < numTables; i++ )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c1435 FT_UShort numTables; local
1453 if ( FT_READ_USHORT( numTables ) )
1461 for ( i = 0; i < numTables; i++ )
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp393 int numTables = SkEndian_SwapBE16(sfntHeader->numTables); local
396 for (int i = 0; i < numTables; ++i, ++tableDirectory) {

Completed in 2702 milliseconds

12