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

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

Completed in 95 milliseconds