Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 25 of 153) sorted by relevance

1234567

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp41 _stream.QueryInterface(IID_IOutStreamFinish, &outStreamFinish); in OutStreamFinish()
71 Coder.QueryInterface(IID_ICompressGetInStreamProcessedSize, (void **)&getInStreamProcessedSize); in CheckDataAfterEnd()
93 …Coder2.QueryInterface(IID_ICompressGetInStreamProcessedSize2, (void **)&getInStreamProcessedSize2); in CheckDataAfterEnd()
347 unk->QueryInterface(IID_ISequentialInStream, (void**)&s); in AddCoder()
352 unk->QueryInterface(IID_ISequentialOutStream, (void**)&s); in AddCoder()
381 coder.QueryInterface(IID_ISequentialInStream, (void **)&seqInStream); in GetInStream2()
393 coder.QueryInterface(IID_ICompressSetInStream, (void **)&setStream); in GetInStream2()
406 coder.QueryInterface(IID_ICompressSetInStream2, (void **)&setStream2); in GetInStream2()
522 coder.QueryInterface(IID_ISequentialOutStream, (void **)&seqOutStream); in GetOutStream()
534 coder.Coder.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in GetOutStream()
[all …]
/external/skia/src/ports/
DSkTypeface_win_dw.h57 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in SkTypeface()
62 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in SkTypeface()
65 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in SkTypeface()
68 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkTypeface()
DSkFontMgr_win_dw.cpp36 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
67 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
106 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
143 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
200 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
230 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
277 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkFontMgr_DirectWrite()
348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
623 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() function in FontFallbackRenderer
[all …]
DSkImageGeneratorWIC.cpp84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC()
195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
/external/skqp/src/ports/
DSkTypeface_win_dw.h57 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in SkTypeface()
62 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in SkTypeface()
65 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in SkTypeface()
68 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkTypeface()
DSkFontMgr_win_dw.cpp36 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
67 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
106 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
143 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
200 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
230 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
277 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkFontMgr_DirectWrite()
348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
623 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() function in FontFallbackRenderer
[all …]
DSkImageGeneratorWIC.cpp84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC()
195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
/external/swiftshader/include/Direct3D/
Dd3d8.h168 STDMETHOD(QueryInterface)(THIS_ REFIID riid, void** ppvObj) PURE; in DECLARE_INTERFACE_() local
191 #define IDirect3D8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
208 #define IDirect3D8_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
250 STDMETHOD(QueryInterface)(THIS_ REFIID riid, void** ppvObj) PURE; in DECLARE_INTERFACE_() local
354 #define IDirect3DDevice8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
452 #define IDirect3DDevice8_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
559 STDMETHOD(QueryInterface)(THIS_ REFIID riid, void** ppvObj) PURE; in DECLARE_INTERFACE_() local
571 #define IDirect3DSwapChain8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
577 #define IDirect3DSwapChain8_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
592 STDMETHOD(QueryInterface)(THIS_ REFIID riid, void** ppvObj) PURE; in DECLARE_INTERFACE_() local
[all …]
/external/mesa3d/include/d3dadapter/
Dpresent.h58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject);
110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject);
162 #define ID3DPresentGroup_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
/external/lzma/CPP/Common/
DMyCom.h67 HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() in QueryInterface() function
69 return _p->QueryInterface(iid, (void**)pp); in QueryInterface()
187 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp92 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetCoderProps2()
180 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder()
213 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()
376 coder->QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode()
384 coder->QueryInterface(IID_ICompressSetCoderPropertiesOpt, (void **)&optProps); in Encode()
394 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties); in Encode()
D7zDecode.cpp371 decoder->QueryInterface(IID_ICompressSetCoderMt, (void **)&setCoderMt); in Decode()
381 decoder->QueryInterface(IID_ICompressSetMemLimit, (void **)&setMemLimit); in Decode()
393 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()
410 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode()
441 decoder->QueryInterface(IID_ICompressSetFinishMode, (void **)&setFinishMode); in Decode()
/external/mesa3d/include/D3D9/
Dd3d9.h442 HRESULT (WINAPI *QueryInterface)(IDirect3D9 *This, REFIID riid, void **ppvObject);
467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
489 HRESULT (WINAPI *QueryInterface)(IDirect3D9Ex *This, REFIID riid, void **ppvObject);
520 #define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
548 …HRESULT (WINAPI *QueryInterface)(IDirect3D9ExOverlayExtension *This, REFIID riid, void **ppvObject…
560 #define IDirect3D9ExOverlayExtension_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
569 …HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObje…
585 #define IDirect3DAuthenticatedChannel9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
598 HRESULT (WINAPI *QueryInterface)(IDirect3DBaseTexture9 *This, REFIID riid, void **ppvObject);
624 #define IDirect3DBaseTexture9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp38 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid,
65 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid,
285 HRESULT STDMETHODCALLTYPE CDwFontFileStream::QueryInterface(REFIID iid, in QueryInterface() function in CDwFontFileStream
340 HRESULT STDMETHODCALLTYPE CDwFontFileLoader::QueryInterface(REFIID iid, in QueryInterface() function in CDwFontFileLoader
/external/swiftshader/src/D3D8/
DDirect3DVolume8.cpp47 long __stdcall Direct3DVolume8::QueryInterface(const IID &iid, void **object) in QueryInterface() function in D3D8::Direct3DVolume8
95 long result = this->container->QueryInterface(iid, container); in GetContainer()
DUnknown.hpp30 long __stdcall QueryInterface(const IID &iid, void **object);
DDirect3DVertexDeclaration8.hpp34 long __stdcall QueryInterface(const IID &iid, void **object) override;
DDirect3DPixelShader8.hpp34 long __stdcall QueryInterface(const IID &iid, void **object) override;
DDirect3DVertexShader8.hpp35 long __stdcall QueryInterface(const IID &iid, void **object) override;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
410 else if (A.QueryInterface(IInterface, X) = S_OK)
411 and (B.QueryInterface(IInterface, Y) = S_OK)
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult; in QueryInterface() function
674 function TDictionary<TKey, TValue>.QueryInterface(const IID: TGUID; in QueryInterface() function
/external/expat/xmlwf/
Dxmlwin32url.cxx53 STDMETHODIMP QueryInterface(REFIID,void **);
96 Callback::QueryInterface(REFIID riid, void** ppv) in QueryInterface() function in Callback
180 HRESULT hr = pBinding_->QueryInterface(IID_IWinInetHttpInfo, in OnDataAvailable()
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp55 long __stdcall Direct3DVolume9::QueryInterface(const IID &iid, void **object) in QueryInterface() function in D3D9::Direct3DVolume9
109 long result = this->container->QueryInterface(iid, container); in GetContainer()
DUnknown.hpp30 long __stdcall QueryInterface(const IID &iid, void **object) override;
DDirect3DVertexShader9.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;
DDirect3DPixelShader9.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;

1234567