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

/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp112 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
489 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForFontRec(FontRecID fontRecID) { function in class:SkFontConfigInterfaceAndroid
533 SkTypeface* face = this->getTypefaceForFontRec(fontRecID);
553 SkTypeface* face = this->getTypefaceForFontRec(fontRecID);
669 nextLogicalTypeface = this->getTypefaceForFontRec(matchedFont);
717 currentTypeface = this->getTypefaceForFontRec(matchedFont);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_android.cpp109 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
480 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForFontRec(FontRecID fontRecID) { function in class:SkFontConfigInterfaceAndroid
506 SkTypeface* face = this->getTypefaceForFontRec(fontRecID);
526 SkTypeface* face = this->getTypefaceForFontRec(fontRecID);
630 nextLogicalTypeface = this->getTypefaceForFontRec(fontRecID);

Completed in 62 milliseconds