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

  /external/skia/src/ports/
SkFontMgr_FontConfigInterface.cpp 160 mutable SkTypefaceCache fTFCache;
285 face = fTFCache.findByProcAndRef(find_by_FontIdentity, &identity);
289 fTFCache.add(face);
SkFontMgr_fontconfig.cpp 643 mutable SkTypefaceCache fTFCache;
650 SkTypeface* face = fTFCache.findByProcAndRef(FindByFcPattern, pattern);
655 fTFCache.add(face);
    [all...]
SkFontMgr_win_dw.cpp 314 mutable SkTypefaceCache fTFCache;
455 SkTypeface* face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec);
459 fTFCache.add(face);
    [all...]

Completed in 211 milliseconds