Searched refs:StreamFontCollectionLoader (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp193 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class in inherits:IDWriteFontCollectionLoader
208 StreamFontCollectionLoader** streamFontCollectionLoader) {
209 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
216 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) function in class:StreamFontCollectionLoader
220 virtual ~StreamFontCollectionLoader() { }
226 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
237 ULONG StreamFontCollectionLoader::AddRef() {
241 ULONG StreamFontCollectionLoader::Release() {
249 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
880 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoade
[all...]

Completed in 27 milliseconds