Home
last modified time | relevance | path

Searched refs:isCustomTypeface (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/core/
DSkTypeface.h345 bool isCustomTypeface() const;
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp348 if (!typeface || !fontArgs || typeface->isCustomTypeface()) {
/third_party/skia/src/core/
DSkTypeface.cpp295 bool SkTypeface::isCustomTypeface() const { in isCustomTypeface() function in SkTypeface