Searched defs:SetSize (Results 1 - 25 of 62) sorted by last modified time

123

/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp73 virtual uint8* SetSize(int width, int height) { function in class:SkBmpDecoderCallback
/external/skia/src/utils/win/
H A DSkIStream.cpp65 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER) function in class:SkBaseIStream
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h382 FX_BOOL SetSize(int nNewSize, int nGrowBy);
424 FX_BOOL SetSize(int nNewSize, int nGrowBy = -1) function in class:CFX_ArrayTemplate
426 return CFX_BasicArray::SetSize(nNewSize, nGrowBy);
431 SetSize(0, -1);
475 if (!SetSize(nIndex + 1, -1)) {
486 } else if (!SetSize(m_nSize + 1, -1)) {
650 SetSize(nCount, -1);
687 CFX_BasicArray::SetSize(0, -1);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp25 FX_BOOL CFX_BasicArray::SetSize(int nNewSize, int nGrowBy) function in class:CFX_BasicArray
80 if (!SetSize(m_nSize + src.m_nSize, -1)) {
88 if (!SetSize(src.m_nSize, -1)) {
100 if (!SetSize(nIndex + nCount, -1)) {
105 if (!SetSize(m_nSize + nCount, -1)) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1076 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER) function in class:GpStream
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp356 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize) function in class:COutFileStream
H A DOffsetStream.cpp32 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) function in class:COffsetOutStream
34 return _stream->SetSize(_offset + newSize);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp85 STDMETHOD(SetSize)(UInt64 newSize);
207 STDMETHODIMP COutMultiVolStream::SetSize(UInt64 newSize) function in class:COutMultiVolStream
217 RINOK(subStream.Stream->SetSize(newSize));
/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/libvpx/libvpx/test/
H A Di420_video_source.h39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::I420VideoSource
H A Dvideo_source.h88 SetSize(80, 64);
121 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::DummyVideoSource
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp73 virtual uint8* SetSize(int width, int height) { function in class:SkBmpDecoderCallback
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp65 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER) function in class:SkBaseIStream
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Di420_video_source.h39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::I420VideoSource
H A Dvideo_source.h138 SetSize(80, 64);
175 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::DummyVideoSource
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1783 SetSize(frame.width(), frame.height());
1798 SetSize(last_width_, last_height_);
1809 void WebRtcVideoChannel2::WebRtcVideoReceiveStream::SetSize(int width, function in class:cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream
1812 if (!renderer_->SetSize(width, height, 0)) {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc486 void GtkMainWnd::VideoRenderer::SetSize(int width, int height) { function in class:GtkMainWnd::VideoRenderer
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc603 void MainWnd::VideoRenderer::SetSize(int width, int height) { function in class:MainWnd::VideoRenderer
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h50 virtual bool SetSize(int width, int height, int reserved) { function in class:cricket::FakeVideoRenderer
H A Dnullvideorenderer.h37 virtual bool SetSize(int width, int height, int reserved) { function in class:cricket::NullVideoRenderer
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc111 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::CarbonVideoRenderer
H A Dgdivideorenderer.cc52 bool SetSize(int width, int height);
135 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { function in class:cricket::GdiVideoRenderer::VideoWindow
255 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GdiVideoRenderer
259 return window_->SetSize(width, height);
H A Dgtkvideorenderer.cc71 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GtkVideoRenderer

Completed in 448 milliseconds

123