Home
last modified time | relevance | path

Searched refs:SkRemotableFontMgr_DirectWrite (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp24 class SK_API SkRemotableFontMgr_DirectWrite : public SkRemotableFontMgr { class
83 SK_DECLARE_INST_COUNT(SkRemotableFontMgr_DirectWrite)
86 SkRemotableFontMgr_DirectWrite(IDWriteFontCollection* fontCollection, in SkRemotableFontMgr_DirectWrite() function in SkRemotableFontMgr_DirectWrite
267 FontFallbackRenderer(const SkRemotableFontMgr_DirectWrite* outer, UINT32 character) in FontFallbackRenderer()
385 SkAutoTUnref<const SkRemotableFontMgr_DirectWrite> fOuter;
505 return SkNEW_ARGS(SkRemotableFontMgr_DirectWrite, (sysFontCollection.get(), in SkRemotableFontMgr_New_DirectWrite()