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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp184 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class in inherits:IDWriteFontCollectionLoader
199 StreamFontCollectionLoader** streamFontCollectionLoader) {
200 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
207 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) function in class:StreamFontCollectionLoader
211 virtual ~StreamFontCollectionLoader() { }
217 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
228 ULONG StreamFontCollectionLoader::AddRef() {
232 ULONG StreamFontCollectionLoader::Release() {
240 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
533 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoade
[all...]
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp184 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class in inherits:IDWriteFontCollectionLoader
199 StreamFontCollectionLoader** streamFontCollectionLoader) {
200 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
207 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) function in class:StreamFontCollectionLoader
211 virtual ~StreamFontCollectionLoader() { }
217 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
228 ULONG StreamFontCollectionLoader::AddRef() {
232 ULONG StreamFontCollectionLoader::Release() {
240 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
533 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoade
[all...]

Completed in 238 milliseconds