Searched defs:GetBuffer (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.h141 virtual uint8_t* GetBuffer() const { return m_pAggDriver->GetBuffer(); } function in class:CFX_SkiaDeviceDriver
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h135 virtual uint8_t* GetBuffer() const { return m_pBitmap->GetBuffer(); } function in class:CFX_AggDeviceDriver
/external/libbrillo/brillo/streams/
H A Dmemory_containers.cc66 void* ptr = GetBuffer(offset, error);
89 void* ContiguousReadOnlyBufferBase::GetBuffer(size_t /* offset */, function in class:brillo::data_container::ContiguousReadOnlyBufferBase
116 void* StringPtr::GetBuffer(size_t offset, ErrorPtr* /* error */) { function in class:brillo::data_container::StringPtr
/external/libchrome/base/
H A Dvalues.h193 char* GetBuffer() { return buffer_.get(); } function in class:base::BinaryValue
194 const char* GetBuffer() const { return buffer_.get(); } function in class:base::BinaryValue
/external/libchrome/sandbox/win/src/
H A Dcrosscall_params.h113 const void* GetBuffer() const { function in class:sandbox::CrossCallParams
/external/libweave/third_party/chromium/base/
H A Dvalues.h187 char* GetBuffer() { return buffer_.get(); } function in class:base::BinaryValue
188 const char* GetBuffer() const { return buffer_.get(); } function in class:base::BinaryValue
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h71 const Byte *GetBuffer() const { return _buffer; } function in class:CDynBufSeqOutStream
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_csssyntax.h43 const FX_WCHAR* GetBuffer() const { return m_pBuffer; } function in class:CFDE_CSSTextBuf
/external/lzma/CPP/Common/
H A DMyString.h210 char *GetBuffer(unsigned minBufLen) function in class:AString
368 wchar_t *GetBuffer(unsigned minBufLen) function in class:UString
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_utils.cpp74 uint8_t* CFX_BaseArray::GetBuffer() const { function in class:CFX_BaseArray
/external/webrtc/webrtc/base/
H A Dstream.h446 char* GetBuffer() { return buffer_; } function in class:rtc::MemoryStreamBase
447 const char* GetBuffer() const { return buffer_; } function in class:rtc::MemoryStreamBase
/external/opencv3/3rdparty/libwebp/demux/
H A Ddemux.c144 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* const mem) { function
403 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
404 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {
408 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
690 if (!memcmp(parser->id, GetBuffer(&dmux->mem_), TAG_SIZE)) {
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp181 Load(buf.GetBuffer(), buf.GetSize());
326 GetBuffer(len);
329 FX_CHAR* CFX_ByteString::GetBuffer(FX_STRSIZE nMinBufLength) { function in class:CFX_ByteString
670 GetBuffer(nMaxLen);
H A Dfx_basic_wstring.cpp296 FX_CHAR* buffer = result.GetBuffer(len * 2 + 2);
314 GetBuffer(len);
317 FX_WCHAR* CFX_WideString::GetBuffer(FX_STRSIZE nMinBufLength) { function in class:CFX_WideString
372 FX_WCHAR* buf = result.GetBuffer(wlen);
941 GetBuffer(nMaxLen);
1004 FX_CHAR* dest_buf = bytestr.GetBuffer(dest_len);
1020 FX_WCHAR* dest_buf = widestr.GetBuffer(dest_len);
/external/pdfium/xfa/src/fgas/include/
H A Dfx_utl.h54 uint8_t* GetBuffer() const;
83 baseType* GetBuffer() const { return (baseType*)CFX_BaseArray::GetBuffer(); } function in class:CFX_BaseArrayTemplate
/external/webp/src/demux/
H A Ddemux.c142 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* const mem) { function
371 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
372 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {
376 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
737 if (!memcmp(parser->id, GetBuffer(&dmux->mem_), TAG_SIZE)) {
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but
646 * Hence, you can call GetBuffer(0) once and keep using the same ID3D11Texture2D*
1252 virtual HRESULT STDMETHODCALLTYPE GetBuffer( function in struct:GalliumDXGISwapChain
1260 std::cerr << "DXGI unimplemented: GetBuffer(n) with n > 0 not supported, returning buffer 0 instead!" << std::endl;
1262 std::cerr << "DXGI error: in GetBuffer(n), n must be 0 for DXGI_SWAP_EFFECT_DISCARD\n" << std::endl;
/external/pdfium/core/include/fxge/
H A Dfx_dib.h179 virtual uint8_t* GetBuffer() const { return NULL; } function in class:CFX_DIBSource
302 uint8_t* GetBuffer() const override { return m_pBuffer; }
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp417 m_pCachedBitmap->GetBuffer(),
742 if (!pJpxModule->Decode(context->decoder(), m_pCachedBitmap->GetBuffer(),
1071 uint8_t* CPDF_DIBSource::GetBuffer() const { function in class:CPDF_DIBSource
1073 return m_pCachedBitmap->GetBuffer();
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h68 uint8_t* GetBuffer() const { return m_pBuffer; } function in class:CFX_BinaryBuf
126 FX_WCHAR* GetBuffer() const { return (FX_WCHAR*)m_pBuffer; } function in class:CFX_WideTextBuf
160 const uint8_t* GetBuffer() { return m_SavingBuf.GetBuffer(); } function in class:CFX_ArchiveSaver
/external/v8/src/
H A Dobjects.cc19598 Handle<JSArrayBuffer> JSTypedArray::GetBuffer() { function in class:v8::internal::JSTypedArray
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1575 virtual HRESULT WINAPI GetBuffer(IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags) = 0;
1588 HRESULT (WINAPI *GetBuffer)(IMemAllocator *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags); member in struct:IMemAllocatorVtbl
1603 #define IMemAllocator_GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) (This)->lpVtbl->GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags)
1644 HRESULT (WINAPI *GetBuffer)(IMemAllocatorCallbackTemp *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime,REFERENCE_TIME *pEndTime,DWORD dwFlags); member in struct:IMemAllocatorCallbackTempVtbl
1661 #define IMemAllocatorCallbackTemp_GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags) (This)->lpVtbl->GetBuffer(This,ppBuffer,pStartTime,pEndTime,dwFlags)

Completed in 2577 milliseconds