/external/skia/include/utils/win/ |
D | SkIStream.h | 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid 40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv 48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER); 50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream* 55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD); 57 virtual HRESULT STDMETHODCALLTYPE Revert(void); 59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER 63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER 67 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **); [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | dxgi.idl | 137 HRESULT SetPrivateData( 142 HRESULT SetPrivateDataInterface( 146 HRESULT GetPrivateData( 151 HRESULT GetParent( 164 HRESULT GetDevice( 177 HRESULT GetDesc( 180 HRESULT Map( 184 HRESULT Unmap( 195 HRESULT GetDesc( 198 HRESULT GetDisplayModeList( [all …]
|
D | d3d10shader.idl | 180 HRESULT GetDesc( 202 HRESULT GetDesc( 212 HRESULT GetDesc( 228 HRESULT GetDesc( 240 HRESULT GetResourceBindingDesc( 245 HRESULT GetInputParameterDesc( 250 HRESULT GetOutputParameterDesc 257 HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const D3D10_SHADER… 259 HRESULT D3D10DisassembleShader(const void *pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LP… 263 HRESULT D3D10ReflectShader(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10ShaderReflecti… [all …]
|
D | d3d11shader.idl | 158 HRESULT GetDesc( 174 HRESULT IsEqual( 183 HRESULT IsOfType( 186 HRESULT ImplementsInterface( 196 HRESULT GetDesc( 211 HRESULT GetDesc( 227 HRESULT GetDesc( 239 HRESULT GetResourceBindingDesc( 244 HRESULT GetInputParameterDesc( 249 HRESULT GetOutputParameterDesc [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 31 HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result) in OpenResult() 39 HRESULT CUpdateCallbackConsole::StartScanning() in StartScanning() 45 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, const … in ScanProgress() 50 HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError) in CanNotFindError() 68 HRESULT CUpdateCallbackConsole::FinishScanning() in FinishScanning() 74 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating) in StartArchive() 88 HRESULT CUpdateCallbackConsole::FinishArchive() in FinishArchive() 94 HRESULT CUpdateCallbackConsole::CheckBreak() in CheckBreak() 101 HRESULT CUpdateCallbackConsole::Finilize() in Finilize() 120 HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) in SetNumFiles() [all …]
|
D | ExtractCallbackConsole.h | 41 HRESULT BeforeOpen(const wchar_t *name); 42 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted); 43 HRESULT ThereAreNoFiles(); 44 HRESULT ExtractResult(HRESULT result); 48 HRESULT SetPassword(const UString &password);
|
D | OpenCallbackConsole.cpp | 10 HRESULT COpenCallbackConsole::Open_CheckBreak() in Open_CheckBreak() 17 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) in Open_SetTotal() 22 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UInt64 *) in Open_SetCompleted() 29 HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) in Open_CryptoGetTextPassword() 41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) in Open_GetPasswordIfAny()
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid in QueryInterface() 54 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv in Read() 59 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv in Write() 65 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER) in SetSize() 68 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream* in CopyTo() 74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD) in Commit() 77 HRESULT STDMETHODCALLTYPE SkBaseIStream::Revert(void) in Revert() 80 HRESULT STDMETHODCALLTYPE SkBaseIStream::LockRegion(ULARGE_INTEGER in LockRegion() 85 HRESULT STDMETHODCALLTYPE SkBaseIStream::UnlockRegion(ULARGE_INTEGER in UnlockRegion() 90 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **) in Clone() [all …]
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 150 friend static HRESULT subset_typeface(TypefaceUse* current); 174 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-'); 179 HRESULT initXpsDocumentWriter(IXpsOMImageResource* image); 181 HRESULT createXpsPage( 185 HRESULT createXpsThumbnail( 195 HRESULT createXpsBrush( 200 HRESULT createXpsSolidColorBrush( 204 HRESULT createXpsImageBrush( 211 HRESULT createXpsLinearGradient( 218 HRESULT createXpsRadialGradient( [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 15 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result); 16 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result); 31 HRESULT GetItemPath(UInt32 index, UString &result) const; 32 HRESULT GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const; 33 HRESULT IsItemAnti(UInt32 index, bool &result) const in IsItemAnti() 36 HRESULT OpenStream( 43 HRESULT OpenStreamOrFile( 59 HRESULT Close(); 65 HRESULT Open( 73 HRESULT Open2( [all …]
|
D | UpdateCallback.h | 16 virtual HRESULT SetTotal(UInt64 size) x; \ 17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \ 18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \ 19 virtual HRESULT CheckBreak() x; \ 20 virtual HRESULT Finilize() x; \ 21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \ 22 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \ 23 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \ 24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \ 25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \ [all …]
|
D | IFileExtractCallback.h | 36 virtual HRESULT BeforeOpen(const wchar_t *name) = 0; 37 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0; 38 virtual HRESULT ThereAreNoFiles() = 0; 39 virtual HRESULT ExtractResult(HRESULT result) = 0; 42 virtual HRESULT SetPassword(const UString &password) = 0;
|
D | Update.h | 154 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result) x; \ 155 virtual HRESULT StartScanning() x; \ 156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \ 157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \ 158 virtual HRESULT FinishScanning() x; \ 159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \ 160 virtual HRESULT FinishArchive() x; \ 167 HRESULT UpdateArchive(
|
D | LoadCodecs.h | 152 HRESULT LoadCodecs(); 153 HRESULT LoadFormats(); 154 HRESULT LoadDll(const CSysString &path, bool needCheckDll); 155 HRESULT LoadDllsFromFolder(const CSysString &folderPrefix); 157 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const in CreateArchiveHandler() 165 HRESULT Load(); 185 HRESULT GetCodecId(UInt32 index, UInt64 &id); 188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const in CreateInArchive() 202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() 230 HRESULT CreateCoder(const UString &name, bool encode, CMyComPtr<ICompressCoder> &coder) const;
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 62 #define HRESULT LONG macro 63 #define FAILED(Status) ((HRESULT)(Status)<0) 67 #define S_OK ((HRESULT)0x00000000L) 68 #define S_FALSE ((HRESULT)0x00000001L) 69 #define E_NOTIMPL ((HRESULT)0x80004001L) 70 #define E_NOINTERFACE ((HRESULT)0x80004002L) 71 #define E_ABORT ((HRESULT)0x80004004L) 72 #define E_FAIL ((HRESULT)0x80004005L) 73 #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L) 74 #define E_OUTOFMEMORY ((HRESULT)0x8007000EL) [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI… 44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* … 45 static HRESULT GalliumDXGIOutputCreate(GalliumDXGIAdapter* adapter, const std::string& name, const … 58 virtual HRESULT STDMETHODCALLTYPE GetParent( in GetParent() 71 virtual HRESULT STDMETHODCALLTYPE BeginPresent( in BeginPresent() 99 virtual HRESULT STDMETHODCALLTYPE TestPresent(HWND hwnd) in TestPresent() 104 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( in GetPresentSize() 125 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( in GetPresentSize() 158 virtual HRESULT STDMETHODCALLTYPE EnumAdapters( in EnumAdapters() 165 virtual HRESULT STDMETHODCALLTYPE EnumAdapters1( in EnumAdapters1() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zFolderOutStream.h | 33 HRESULT OpenFile(); 34 HRESULT CloseFileAndSetResult(Int32 res); 35 HRESULT CloseFileAndSetResult(); 36 HRESULT ProcessEmptyFiles(); 45 HRESULT Init( 51 HRESULT FlushCorrupted(Int32 resultEOperationResult); 52 HRESULT WasWritingFinished() const in WasWritingFinished()
|
D | 7zOut.h | 64 HRESULT WriteDirect(const void *data, UInt32 size); 76 HRESULT WriteFileHeader(const CFileItem &itemInfo); 101 HRESULT EncodeStream( 121 HRESULT WriteSignature(); 123 HRESULT WriteFinishSignature(); 125 HRESULT WriteStartHeader(const CStartHeader &h); 127 HRESULT WriteFinishHeader(const CFinishHeader &h); 134 HRESULT Create(ISequentialOutStream *stream, bool endMarker); 136 HRESULT SkipPrefixArchiveHeader(); 137 HRESULT WriteDatabase(
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.h | 13 HRESULT Res; 21 HRESULT Res; 29 HRESULT Res; 37 HRESULT Res; 42 HRESULT SResToHRESULT(SRes res); 54 HRESULT Res; 86 HRESULT Res; 100 HRESULT Flush();
|
D | StreamUtils.cpp | 9 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) in ReadStream() 17 HRESULT res = stream->Read(data, curSize, &processedSizeLoc); in ReadStream() 28 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) in ReadStream_FALSE() 35 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size) in ReadStream_FAIL() 42 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size) in WriteStream() 48 HRESULT res = stream->Write(data, curSize, &processedSizeLoc); in WriteStream()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 12 typedef HRESULT (__stdcall *FuncType_DWriteCreateFactory)(__in DWRITE_FACTORY_TYPE, __in REFIID, _… 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 36 …virtual HRESULT STDMETHODCALLTYPE ReadFileFragment(void const** fragmentStart, UINT64 fileOffset, … 38 virtual HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize); 39 virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(OUT UINT64* lastWriteTime); 52 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 55 …virtual HRESULT STDMETHODCALLTYPE CreateStreamFromKey(void const* fontFileReferenceKey, UINT32 fon… 78 HRESULT Initialize(); 82 HRESULT hr_; 94 HRESULT STDMETHODCALLTYPE DrawGlyphRun( [all …]
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 32 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 37 virtual HRESULT STDMETHODCALLTYPE CreateStreamFromKey( 43 static HRESULT Create(SkStreamAsset* stream, StreamFontFileLoader** streamFontFileLoader) { in Create() 60 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() 83 HRESULT StreamFontFileLoader::CreateStreamFromKey( in CreateStreamFromKey() 99 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 104 virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* hasCurrentFile); 105 virtual HRESULT STDMETHODCALLTYPE GetCurrentFontFile(IDWriteFontFile** fontFile); 107 static HRESULT Create(IDWriteFactory* factory, IDWriteFontFileLoader* fontFileLoader, in Create() 136 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() [all …]
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | ParseProperties.h | 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue); 10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize); 11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue); 14 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value); 16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 …
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 115 static HRESULT MyPropVariantClear(PROPVARIANT *prop) in SET_PROP_FUNC() 142 HRESULT CPropVariant::Clear() in Clear() 147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) in Copy() 175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) in Attach() 177 HRESULT hr = Clear(); in Attach() 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) in Detach() 187 HRESULT hr = MyPropVariantClear(pDest); in Detach() 195 HRESULT CPropVariant::InternalClear() in InternalClear() 197 HRESULT hr = Clear(); in InternalClear() 208 HRESULT hr = Copy(pSrc); in InternalCopy()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_misc.h | 2 extern "C" HRESULT STDMETHODCALLTYPE D3D10CreateBlob( 7 HRESULT STDMETHODCALLTYPE D3D10CreateBlob( in D3D10CreateBlob() 40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10… in dxbc_assemble_as_blob() 49 HRESULT D3D10GetInputSignatureBlob( in D3D10GetInputSignatureBlob() 62 HRESULT D3D10GetOutputSignatureBlob( in D3D10GetOutputSignatureBlob() 75 HRESULT D3D10GetInputAndOutputSignatureBlob( in D3D10GetInputAndOutputSignatureBlob()
|