Searched defs:fTFCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp294 mutable SkTypefaceCache fTFCache; member in class:SkFontMgr_DirectWrite
434 SkTypeface* face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec);
438 fTFCache.add(face, get_style(font), true);
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp294 mutable SkTypefaceCache fTFCache; member in class:SkFontMgr_DirectWrite
434 SkTypeface* face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec);
438 fTFCache.add(face, get_style(font), true);

Completed in 127 milliseconds