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

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp432 void set_width(uint64 width) { width_ = width; } function in class:mkvmuxer::VideoTrack
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame.cc131 int I420VideoFrame::set_width(int width) { function in class:webrtc::I420VideoFrame
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp431 void set_width(uint64 width) { width_ = width; } function in class:mkvmuxer::VideoTrack
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h79 void set_width(float width) { width_ = width < 0 ? 0 : width; } function in class:gfx::BoxF
H A Drect_base.h36 void set_width(Type width) { size_.set_width(width); } function in class:gfx::RectBase
H A Dsize_base.h22 set_width(width);
27 set_width(width_ + width);
31 void set_width(Type width) { function in class:gfx::SizeBase
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h77 void set_width(PP_TrueTypeFontWidth_Dev width) { function in class:pp::TrueTypeFontDesc_Dev
/external/chromium_org/ppapi/cpp/
H A Drect.h39 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(
[all...]
H A Dsize.h34 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(widt
[all...]
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h406 void set_width(int width) { width_ = width; } function in class:google_apis::ImageMediaMetadata
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.h62 void set_width(int width) { function in class:RenderNode

Completed in 2571 milliseconds