Searched refs:nextLogicalTypeface (Results 1 – 1 of 1) sorted by relevance
105 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,611 SkTypeface* SkFontConfigInterfaceAndroid::nextLogicalTypeface(SkFontID currFontID, in nextLogicalTypeface() function in SkFontConfigInterfaceAndroid666 SkTypeface* nextLogicalTypeface = 0; in nextLogicalTypeface() local671 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()