HomeSort by relevance Sort by last modified time
    Searched refs:currentTypeface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 693 SkTypeface* currentTypeface = NULL;
699 currentTypeface = const_cast<SkTypeface*>(origTypeface);
719 currentTypeface = this->getTypefaceForFontRec(matchedFont);
721 upperBounds += currentTypeface->countGlyphs();
729 if (NULL != currentTypeface) {
737 return currentTypeface;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 693 SkTypeface* currentTypeface = NULL;
699 currentTypeface = const_cast<SkTypeface*>(origTypeface);
719 currentTypeface = this->getTypefaceForFontRec(matchedFont);
721 upperBounds += currentTypeface->countGlyphs();
729 if (NULL != currentTypeface) {
737 return currentTypeface;
    [all...]

Completed in 217 milliseconds