Home | History | Annotate | Download | only in ports

Lines Matching refs:StreamFontCollectionLoader

362 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
377 StreamFontCollectionLoader** streamFontCollectionLoader) {
378 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
379 if (NULL == streamFontCollectionLoader) {
385 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
394 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
405 ULONG StreamFontCollectionLoader::AddRef() {
409 ULONG StreamFontCollectionLoader::Release() {
417 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
1236 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
1237 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
1239 SkAutoIDWriteUnregister<StreamFontCollectionLoader> autoUnregisterFontCollectionLoader(