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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_android.cpp104 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,
582 SkTypeface* SkFontConfigInterfaceAndroid::nextLogicalTypeface(SkFontID currFontID, function in class:SkFontConfigInterfaceAndroid
626 SkTypeface* nextLogicalTypeface = 0; local
630 nextLogicalTypeface = this->getTypefaceForFontRec(fontRecID);
637 "lang=%s, variant=%d, nextFallbackIndex[%d,%d] => nextLogicalTypeface=%d",
640 (nextLogicalTypeface) ? nextLogicalTypeface->uniqueID() : 0));
641 return SkSafeRef(nextLogicalTypeface);
666 return fontConfig->nextLogicalTypeface(currFontID, origFontID, options);
/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp104 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,
609 SkTypeface* SkFontConfigInterfaceAndroid::nextLogicalTypeface(SkFontID currFontID, function in class:SkFontConfigInterfaceAndroid
664 SkTypeface* nextLogicalTypeface = 0; local
669 nextLogicalTypeface = this->getTypefaceForFontRec(matchedFont);
676 "lang=%s, variant=%d, nextFallbackIndex[%d,%d] => nextLogicalTypeface=%d",
679 (nextLogicalTypeface) ? nextLogicalTypeface->uniqueID() : 0));
680 return SkSafeRef(nextLogicalTypeface);
765 return fontConfig->nextLogicalTypeface(currFontID, origFontID, options);

Completed in 50 milliseconds