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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win_dw.cpp437 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class in inherits:IDWriteFontCollectionLoader
452 StreamFontCollectionLoader** streamFontCollectionLoader) {
453 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
460 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) function in class:StreamFontCollectionLoader
469 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
480 ULONG StreamFontCollectionLoader::AddRef() {
484 ULONG StreamFontCollectionLoader::Release() {
492 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
1287 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
1288 HRN(StreamFontCollectionLoader
[all...]
/external/skia/src/ports/
H A DSkFontHost_win_dw.cpp437 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class in inherits:IDWriteFontCollectionLoader
452 StreamFontCollectionLoader** streamFontCollectionLoader) {
453 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
460 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) function in class:StreamFontCollectionLoader
469 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
480 ULONG StreamFontCollectionLoader::AddRef() {
484 ULONG StreamFontCollectionLoader::Release() {
492 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
1287 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
1288 HRN(StreamFontCollectionLoader
[all...]

Completed in 58 milliseconds