HomeSort by relevance Sort by last modified time
    Searched defs:set_width (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/gfx/geometry/
size_base.h 22 set_width(width);
27 set_width(width_ + width);
31 void set_width(Type width) { function in class:gfx::SizeBase
box_f.h 79 void set_width(float width) { width_ = width < 0 ? 0 : width; } function in class:gfx::BoxF
rect_base.h 36 void set_width(Type width) { size_.set_width(width); } function in class:gfx::RectBase
  /external/chromium_org/ppapi/cpp/
size.h 34 set_width(s.width);
45 set_width(w);
85 void set_width(int w) { function in class:pp::Size
123 set_width(w);
132 set_width(width() + w);
165 set_width(s.width);
176 set_width(w);
219 void set_width(float w) { function in class:pp::FloatSize
257 set_width(w);
266 set_width(width() + w)
    [all...]
rect.h 39 set_width(rect.size.width);
52 set_width(w);
67 set_width(w);
160 void set_width(int32_t w) { function in class:pp::Rect
248 set_width(w);
421 set_width(rect.size.width);
434 set_width(w);
449 set_width(w);
545 void set_width(float w) { function in class:pp::FloatRect
633 set_width(w)
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame.cc 131 int I420VideoFrame::set_width(int width) { function in class:webrtc::I420VideoFrame
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 77 void set_width(PP_TrueTypeFontWidth_Dev width) { function in class:pp::TrueTypeFontDesc_Dev
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h 62 void set_width(int width) { function in class:RenderNode
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 406 void set_width(int width) { width_ = width; } function in class:google_apis::ImageMediaMetadata
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 432 void set_width(uint64 width) { width_ = width; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 431 void set_width(uint64 width) { width_ = width; } function in class:mkvmuxer::VideoTrack
    [all...]

Completed in 325 milliseconds