Searched defs:set_height (Results 1 – 10 of 10) sorted by relevance
48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
37 void set_height(float height) { height_ = clamp(height); } in set_height() function
58 void set_height(float height) { size_.set_height(height); } in set_height() function
81 void set_height(int height) { in set_height() function
28 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
44 void set_height(int height) { size_.set_height(height); } in set_height() function
31 void set_height(int height) { height_ = height; } in set_height() function
51 void set_height(int height) { in set_height() function
792 void set_height(uint64_t height) { height_ = height; } in set_height() function