Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigInterface_android.cpp693 SkTypeface* currentTypeface = NULL; in getTypefaceForGlyphID() local
699 currentTypeface = const_cast<SkTypeface*>(origTypeface); in getTypefaceForGlyphID()
719 currentTypeface = this->getTypefaceForFontRec(matchedFont); in getTypefaceForGlyphID()
721 upperBounds += currentTypeface->countGlyphs(); in getTypefaceForGlyphID()
729 if (NULL != currentTypeface) { in getTypefaceForGlyphID()
737 return currentTypeface; in getTypefaceForGlyphID()
/external/skia/src/ports/
DSkFontConfigInterface_android.cpp693 SkTypeface* currentTypeface = NULL; in getTypefaceForGlyphID() local
699 currentTypeface = const_cast<SkTypeface*>(origTypeface); in getTypefaceForGlyphID()
719 currentTypeface = this->getTypefaceForFontRec(matchedFont); in getTypefaceForGlyphID()
721 upperBounds += currentTypeface->countGlyphs(); in getTypefaceForGlyphID()
729 if (NULL != currentTypeface) { in getTypefaceForGlyphID()
737 return currentTypeface; in getTypefaceForGlyphID()