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

123

/external/chromium_org/ui/gl/
H A Dgl_surface_stub.h15 void SetSize(const gfx::Size& size) { size_ = size; } function in class:gfx::GLSurfaceStub
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideorenderer.h37 virtual bool SetSize(int width, int height, int reserved) { function in class:cricket::NullVideoRenderer
/external/chromium_org/ui/gfx/
H A Dsize_base.h21 void SetSize(Type width, Type height) { function in class:gfx::SizeBase
H A Ddisplay.cc114 void Display::SetSize(const gfx::Size& size_in_pixel) { function in class:gfx::Display
/external/chromium_org/content/plugin/
H A Dwebplugin_accelerated_surface_proxy_mac.cc57 void WebPluginAcceleratedSurfaceProxy::SetSize(const gfx::Size& size) { function in class:content::WebPluginAcceleratedSurfaceProxy
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc66 bool VideoTrackRenderers::SetSize(int width, int height, int reserved) { function in class:webrtc::VideoTrackRenderers
72 it->renderer_->SetSize(width, height);
86 it->renderer_->SetSize(width_, height_);
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp32 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) function in class:COffsetOutStream
34 return _stream->SetSize(_offset + newSize);
H A DFileStreams.cpp356 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize) function in class:COutFileStream
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_sink_adapter.cc44 void WebRtcVideoSinkAdapter::SetSize(int width, int height) { function in class:content::WebRtcVideoSinkAdapter
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.cc33 void StreamTextureManagerInProcess::StreamTextureImpl::SetSize(gfx::Size size) { function in class:gpu::StreamTextureManagerInProcess::StreamTextureImpl
H A Dcommon_decoder.cc21 void CommonDecoder::Bucket::SetSize(size_t size) { function in class:gpu::CommonDecoder::Bucket
42 SetSize(0);
45 SetSize(size);
186 bucket->SetSize(size);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakevideotrackrenderer.h47 virtual void SetSize(int width, int height) { function in class:webrtc::FakeVideoTrackRenderer
48 fake_renderer_.SetSize(width, height, 0);
/external/chromium_org/content/common/gpu/
H A Dstream_texture_manager_android.h68 void SetSize(const gfx::Size& size) { size_ = size; } function in class:content::StreamTextureManagerAndroid::StreamTextureAndroid
/external/chromium_org/ppapi/cpp/
H A Dsize.h118 /// SetSize() sets the value of width and height.
122 void SetSize(int w, int h) { function in class:pp::Size
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc57 void PaintManager::SetSize(const Size& new_size) { function in class:pp::PaintManager
68 // You must call SetSize before using.
76 // You must call SetSize before using.
89 // You must call SetSize before using.
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.cc71 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GtkVideoRenderer
H A Dcarbonvideorenderer.cc111 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::CarbonVideoRenderer
/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/chromium_org/chrome_frame/
H A Dstream_impl.cc36 STDMETHODIMP StreamImpl::SetSize(ULARGE_INTEGER new_size) { function in class:StreamImpl
39 hr = delegate_->SetSize(new_size);
/external/chromium_org/courgette/
H A Dmemory_allocator.cc59 bool TempFile::SetSize(size_t size) { function in class:courgette::TempFile
124 !file_.SetSize(size) ||
/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/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_thumb.cc29 void BaseScrollBarThumb::SetSize(int size) { function in class:views::BaseScrollBarThumb
/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
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp73 virtual uint8* SetSize(int width, int height) { function in class:SkBmpDecoderCallback

Completed in 842 milliseconds

123