Home
last modified time | relevance | path

Searched refs:countTables (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/include/core/
DSkTypeface.h203 int countTables() const;
/third_party/skia/tests/
DFontHostTest.cpp133 int count = face->countTables(); in test_tables()
/third_party/skia/src/core/
DSkTypeface.cpp334 int SkTypeface::countTables() const { in countTables() function in SkTypeface
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp682 int numTables = this->countTables(); in onOpenStream()