Searched refs:tableCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1617 FT_ULong tableCount = 0; local
1621 error = FT_Sfnt_Table_Info(face, 0, NULL, &tableCount);
1627 for (FT_ULong tableIndex = 0; tableIndex < tableCount; ++tableIndex) {
1637 return tableCount;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1666 FT_ULong tableCount = 0; local
1670 error = FT_Sfnt_Table_Info(face, 0, NULL, &tableCount);
1676 for (FT_ULong tableIndex = 0; tableIndex < tableCount; ++tableIndex) {
1686 return tableCount;

Completed in 1574 milliseconds