HomeSort by relevance Sort by last modified time
    Searched defs:SetSize (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideorenderer.h 37 virtual bool SetSize(int width, int height, int reserved) {
  /external/chromium_org/ui/gl/
gl_surface_stub.h 15 void SetSize(const gfx::Size& size) { size_ = size; }
  /external/lzma/CPP/7zip/Common/
OffsetStream.cpp 32 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize)
34 return _stream->SetSize(_offset + newSize);
  /external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc 52 void WebPluginAcceleratedSurfaceProxy::SetSize(const gfx::Size& size) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrackrenderers.cc 66 bool VideoTrackRenderers::SetSize(int width, int height, int reserved) {
72 it->renderer_->SetSize(width, height);
86 it->renderer_->SetSize(width_, height_);
  /external/chromium_org/ui/gfx/geometry/
size_base.h 21 void SetSize(Type width, Type height) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakevideotrackrenderer.h 47 virtual void SetSize(int width, int height) {
48 fake_renderer_.SetSize(width, height, 0);
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 43 void GLES2ClientImpl::SetSize(const Size& size) {
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 57 void PaintManager::SetSize(const Size& new_size) {
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/
gtkvideorenderer.cc 71 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) {
carbonvideorenderer.cc 111 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 143 SetSize(newSize);
152 SetSize(a._bits.Length);
163 private void SetSize(int nwords) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 159 SetSize(newSize);
171 SetSize( a._bits.Length );
183 private void SetSize( int nwords )
  /external/chromium_org/content/browser/frame_host/
cross_process_frame_connector.cc 59 SetSize(child_frame_rect_);
130 SetSize(frame_rect);
178 void CrossProcessFrameConnector::SetSize(gfx::Rect frame_rect) {
181 view_->SetSize(frame_rect.size());
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.cc 47 void PpbBuffer::SetSize(uint32_t size) {
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 32 void CompositorHost::SetSize(const gfx::Size& viewport_size) {
  /external/chromium_org/pdf/
paint_manager.cc 85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) {
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/
size.h 118 /// SetSize() sets the value of width and height.
122 void SetSize(int w, int h) {
252 /// SetSize() sets the value of width and height.
256 void SetSize(float w, float h) {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
i420_video_source.h 39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 73 virtual uint8* SetSize(int width, int height) {
  /external/chromium_org/ui/gfx/
display.cc 151 void Display::SetSize(const gfx::Size& size_in_pixel) {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 29 void BaseScrollBarThumb::SetSize(int size) {
  /external/libvpx/libvpx/test/
i420_video_source.h 39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) {
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 73 virtual uint8* SetSize(int width, int height) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) {

Completed in 1555 milliseconds

1 2 3 4 5