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

  /external/skia/include/core/
SkTypeface.h 188 int countTables() const;
191 * the font, and return the number. This will be the same as CountTables()
193 * (the same as calling countTables()).
  /external/skia/src/core/
SkTypeface.cpp 195 int SkTypeface::countTables() const {
  /external/skia/tests/
FontHostTest.cpp 162 int count = face->countTables();
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]

Completed in 53 milliseconds