Searched defs:set_width (Results 1 – 16 of 16) sorted by relevance
47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
36 void set_width(float width) { width_ = clamp(width); } in set_width() function
71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
55 void set_width(float width) { size_.set_width(width); } in set_width() function
78 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
28 void set_width(int width) { width_ = width; } in set_width() function
45 void set_width(int width) { in set_width() function
52 void set_width (bool has_width_) in set_width() function
113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function
127 pub fn set_width(&mut self, width: u32) { in set_width() method
355 def set_width(self): member in EditorWindow
1260 void Picture::set_width(FLAC__uint32 value) const in set_width() function in FLAC::Metadata::Picture
796 void set_width(uint64_t width) { width_ = width; } in set_width() function
283 BatchDescriptor& set_width(int64 value) { in set_width() function