Lines Matching refs:QueryInterface
38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
346 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
349 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
368 cshFace->fDWriteFontFace->QueryInterface(&cshFontFace5); in FindByDWriteFont()
369 ctxFace->fDWriteFontFace->QueryInterface(&ctxFontFace5); in FindByDWriteFont()
534 SK_STDMETHODIMP QueryInterface(IID const& riid, void** ppvObject) override { in QueryInterface() function in FontFallbackRenderer
669 SK_STDMETHODIMP QueryInterface(IID const& riid, void** ppvObject) override { in QueryInterface() function in FontFallbackSource
923 if (FAILED(fontFace->QueryInterface(&fontFace5)) || !fontFace5->HasVariations()) { in apply_fontargument_variation()
952 HR(fontFace5_Out->QueryInterface(&fontFace)); in apply_fontargument_variation()
1026 if (FAILED(fontFace->QueryInterface(&fontFace5)) || !fontFace5->HasVariations()) { in apply_fontdata_variation()
1074 HR(fontFace5_Out->QueryInterface(&fontFace)); in apply_fontdata_variation()
1265 if (!SUCCEEDED(factory->QueryInterface(&factory2))) { in SkFontMgr_New_DirectWrite()