Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkTypeface_win_dw.h51 , fDWriteFontCollectionLoader(SkSafeRefComPtr(fontCollectionLoader)) in SkTypeface()
52 , fDWriteFontFileLoader(SkSafeRefComPtr(fontFileLoader)) in SkTypeface()
DSkFontMgr_win_dw.cpp273 , fFontFallback(SkSafeRefComPtr(fallback)) in SkFontMgr_DirectWrite()
/external/skia/src/ports/
DSkTypeface_win_dw.h51 , fDWriteFontCollectionLoader(SkSafeRefComPtr(fontCollectionLoader)) in SkTypeface()
52 , fDWriteFontFileLoader(SkSafeRefComPtr(fontFileLoader)) in SkTypeface()
DSkFontMgr_win_dw.cpp274 , fFontFallback(SkSafeRefComPtr(fallback)) in SkFontMgr_DirectWrite()
/external/skia/src/utils/win/
DSkTScopedComPtr.h21 template<typename T> T* SkSafeRefComPtr(T* ptr) { in SkSafeRefComPtr() function
/external/skia/src/xps/
DSkXPSDocument.cpp81 SkTScopedComPtr<IXpsOMObjectFactory> factory(SkSafeRefComPtr(factoryPtr)); in MakeDocument()
/external/skqp/src/xps/
DSkXPSDocument.cpp82 SkTScopedComPtr<IXpsOMObjectFactory> factory(SkSafeRefComPtr(factoryPtr)); in MakeDocument()
/external/skqp/src/utils/win/
DSkTScopedComPtr.h28 template<typename T> T* SkSafeRefComPtr(T* ptr) { in SkSafeRefComPtr() function