Searched defs:set_width (Results 1 – 5 of 5) sorted by relevance
25 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
39 void set_width(int width) { size_.set_width(width); } in set_width() function
45 void set_width(int width) { in set_width() function
482 set_width: function (w) { method in Display
796 void set_width(uint64_t width) { width_ = width; } in set_width() function