Searched defs:SetSize (Results 1 - 25 of 62) 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/geometry/
H A Dsize_base.h21 void SetSize(Type width, Type height) { function in class:gfx::SizeBase
/external/chromium_org/content/plugin/
H A Dwebplugin_accelerated_surface_proxy_mac.cc52 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);
/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/athena/home/
H A Dathena_start_page_view_unittest.cc58 SetSize(gfx::Size(1280, 800));
66 void SetSize(const gfx::Size& new_size) { function in class:athena::AthenaStartPageViewTest
67 view_->SetSize(new_size);
159 SetSize(gfx::Size(800, 1280));
205 SetSize(gfx::Size(1280, 800));
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc47 void PpbBuffer::SetSize(uint32_t size) { function in class:media::PpbBuffer
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc45 void GLES2ClientImpl::SetSize(const mojo::Size& size) { function in class:examples::GLES2ClientImpl
/external/chromium_org/mojo/services/native_viewport/
H A Dviewport_surface.cc39 void ViewportSurface::SetSize(const gfx::Size& size) { function in class:mojo::ViewportSurface
/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/content/browser/frame_host/
H A Dcross_process_frame_connector.cc58 SetSize(child_frame_rect_);
103 SetSize(frame_rect);
151 void CrossProcessFrameConnector::SetSize(gfx::Rect frame_rect) { function in class:content::CrossProcessFrameConnector
154 view_->SetSize(frame_rect.size());
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.cc37 void CompositorHost::SetSize(const gfx::Size& viewport_size) { function in class:mojo::examples::CompositorHost
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc64 void BitmapUploader::SetSize(const gfx::Size& size) { function in class:mojo::BitmapUploader
/external/chromium_org/pdf/
H A Dpaint_manager.cc85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) { function in class:PaintManager
100 // You must call SetSize before using.
110 // You must call SetSize before using.
126 // You must call SetSize before using.
/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
252 /// SetSize() sets the value of width and height.
256 void SetSize(float w, float h) { function in class:pp::FloatSize
/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
/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/gfx/
H A Ddisplay.cc151 void Display::SetSize(const gfx::Size& size_in_pixel) { function in class:gfx::Display
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_thumb.cc29 void BaseScrollBarThumb::SetSize(int size) { function in class:views::BaseScrollBarThumb

Completed in 4907 milliseconds

123