Searched defs:SetSize (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp21 FX_BOOL CFX_BasicArray::SetSize(int nNewSize) { function in class:CFX_BasicArray
68 !SetSize(newSize.ValueOrDie())) {
77 if (!SetSize(src.m_nSize)) {
88 if (!SetSize(nIndex + nCount)) {
93 if (!SetSize(m_nSize + nCount)) {
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) function in class:COffsetOutStream
38 return _stream->SetSize(_offset + newSize);
H A DLimitedStreams.cpp345 STDMETHODIMP CTailOutStream::SetSize(UInt64 newSize) function in class:CTailOutStream
348 return Stream->SetSize(Offset + newSize);
H A DFileStreams.cpp369 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize) function in class:COutFileStream
/external/webrtc/talk/media/base/
H A Dvideorenderer.h50 virtual bool SetSize(int width, int height, int reserved) { return true; }; function in class:cricket::VideoRenderer
H A Dfakevideorenderer.h50 virtual bool SetSize(int width, int height, int reserved) { function in class:cricket::FakeVideoRenderer
/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.h31 void SetSize(const UInt64 *size) function in struct:NOverwriteDialog::CFileInfo
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_frame_buffer_pool.cc31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) { function in class:webrtc::Vp9FrameBufferPool::Vp9FrameBuffer
32 data_.SetSize(size);
81 available_buffer->SetSize(min_size);
/external/webrtc/talk/media/devices/
H A Dgtkvideorenderer.cc79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GtkVideoRenderer
108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
H A Dcarbonvideorenderer.cc112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::CarbonVideoRenderer
131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
H A Dgdivideorenderer.cc54 bool SetSize(int width, int height);
137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { function in class:cricket::GdiVideoRenderer::VideoWindow
156 if (!SetSize(static_cast<int>(frame->GetWidth()),
264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GdiVideoRenderer
268 return window_->SetSize(width, height);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs143 SetSize(newSize);
152 SetSize(a._bits.Length);
163 private void SetSize(int nwords) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs159 SetSize(newSize);
171 SetSize( a._bits.Length );
183 private void SetSize( int nwords ) method in class:Antlr.Runtime.BitSet
/external/libvpx/libvpx/test/
H A Dyuv_video_source.h43 SetSize(width, height, format);
86 virtual void SetSize(unsigned int width, unsigned int height, function in class:libvpx_test::YUVVideoSource
H A Dvideo_source.h183 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::DummyVideoSource
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp74 virtual uint8* SetSize(int width, int height) { function in class:SkBmpDecoderCallback
/external/webrtc/webrtc/base/
H A Dbuffer.h155 void SetSize(size_t size) { function in class:rtc::Buffer
/external/lzma/CPP/Common/
H A DMyBuffer.h205 // SetSize doesn't keep old items. It allocates new array if size is not equal
206 void SetSize(unsigned size) function in class:CObjArray2
/external/skia/src/utils/win/
H A DSkIStream.cpp67 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER) function in class:SkBaseIStream
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp136 void CHashBundle::SetSize(UInt64 size) function in class:CHashBundle
/external/webrtc/webrtc/examples/peerconnection/client/linux/
H A Dmain_wnd.cc470 void GtkMainWnd::VideoRenderer::SetSize(int width, int height) { function in class:GtkMainWnd::VideoRenderer
489 SetSize(static_cast<int>(frame->GetWidth()),
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py234 def SetSize(self, st_size): member in class:FakeFile
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py252 def SetSize(self, st_size): member in class:FakeFile
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp593 DynamicLoaderDarwinKernel::KextImageInfo::SetSize (uint64_t size) function in class:DynamicLoaderDarwinKernel::KextImageInfo
1387 image_infos[i].SetSize (extractor.GetU64(&offset));
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_gridimp.cpp39 FWL_ERR IFWL_Grid::SetSize(FWL_HGRIDCOLROW hColRow, function in class:IFWL_Grid
42 return static_cast<CFWL_GridImp*>(GetImpl())->SetSize(hColRow, fSize, eUnit);
322 FWL_ERR CFWL_GridImp::SetSize(FWL_HGRIDCOLROW hColRow, function in class:CFWL_GridImp

Completed in 983 milliseconds

12