HomeSort by relevance Sort by last modified time
    Searched refs:CountTables (Results 1 - 9 of 9) sorted by null

  /external/skia/include/core/
SkFontHost.h 205 static int CountTables(SkFontID);
208 the font, and return the number. This will be the same as CountTables()
  /external/skia/legacy/include/core/
SkFontHost.h 201 static int CountTables(SkFontID);
204 the font, and return the number. This will be the same as CountTables()
  /external/skia/src/core/
SkTypeface.cpp 103 int SkTypeface::countTables() const {
104 return SkFontHost::CountTables(fUniqueID);
  /external/skia/legacy/src/ports/
SkFontHost_tables.cpp 114 int SkFontHost::CountTables(SkFontID fontID) {
SkFontHost_mac_atsui.cpp 558 int SkFontHost::CountTables(SkFontID fontID) {
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_tables.cpp 114 int SkFontHost::CountTables(SkFontID fontID) {
SkFontHost_mac_atsui.cpp 557 int SkFontHost::CountTables(SkFontID fontID) {
SkFontHost_mac_coretext.cpp     [all...]

Completed in 292 milliseconds