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 631 // we must convert currTypeface into a FontRecID
633 const SkTypeface* currTypeface = SkTypefaceCache::FindByID(currFontID);
636 if (NULL != currTypeface) {
637 currFontRecID = ((FontConfigTypeface*)currTypeface)->getIdentity().fID;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 631 // we must convert currTypeface into a FontRecID
633 const SkTypeface* currTypeface = SkTypefaceCache::FindByID(currFontID);
636 if (NULL != currTypeface) {
637 currFontRecID = ((FontConfigTypeface*)currTypeface)->getIdentity().fID;
    [all...]

Completed in 137 milliseconds