Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_android.cpp105 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,
611 SkTypeface* SkFontConfigInterfaceAndroid::nextLogicalTypeface(SkFontID currFontID, in nextLogicalTypeface() function in SkFontConfigInterfaceAndroid
666 SkTypeface* nextLogicalTypeface = 0; in nextLogicalTypeface() local
671 nextLogicalTypeface = this->getTypefaceForFontRec(matchedFont); in nextLogicalTypeface()
681 (nextLogicalTypeface) ? nextLogicalTypeface->uniqueID() : 0)); in nextLogicalTypeface()
682 return SkSafeRef(nextLogicalTypeface); in nextLogicalTypeface()
767 return fontConfig->nextLogicalTypeface(currFontID, origFontID, options); in SkAndroidNextLogicalTypeface()