Home | History | Annotate | Download | only in ports

Lines Matching refs:tableCount

1756     int tableCount = CountTables(uniqueID);
1758 tableTags.setCount(tableCount);
1763 size_t totalSize = sizeof(FontHeader) + sizeof(TableEntry) * tableCount;
1764 for (int index = 0; index < tableCount; ++index) {
1779 while (searchRange < tableCount >> 1) {
1784 uint16_t rangeShift = (tableCount << 4) - searchRange;
1789 offsetTable->fNumTables = SkEndian_SwapBE16(tableCount);
1797 dataPtr += sizeof(TableEntry) * tableCount;
1798 for (int index = 0; index < tableCount; ++index) {