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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 596 // we must convert currTypeface into a FontRecID
598 const SkTypeface* currTypeface = SkTypefaceCache::FindByID(currFontID);
601 if (NULL != currTypeface && currFontID != origFontID) {
602 currFontRecID = ((FontConfigTypeface*)currTypeface)->getIdentity().fID;
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 629 // we must convert currTypeface into a FontRecID
631 const SkTypeface* currTypeface = SkTypefaceCache::FindByID(currFontID);
634 if (NULL != currTypeface) {
635 currFontRecID = ((FontConfigTypeface*)currTypeface)->getIdentity().fID;
    [all...]

Completed in 47 milliseconds