Searched defs:set_width (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dsize_base.h22 set_width(width);
27 set_width(width_ + width);
31 void set_width(Type width) { function in class:gfx::SizeBase
H A Dbox_f.h76 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
/external/chromium_org/ppapi/cpp/
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);
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);
/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/gpu/tools/compositor_model_bench/
H A Drender_tree.h62 void set_width(int width) { function in class:RenderNode

Completed in 194 milliseconds