Searched defs:set_height (Results 1 – 16 of 16) 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
74 void set_height(float height) { height_ = height < 0 ? 0 : 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
31 void set_height(int height) { height_ = height; } in set_height() function
51 void set_height(int height) { in set_height() function
114 void set_height(int32_t height) { bottom_ = top_ + height; } in set_height() function
206 void set_height(uint32_t height) { height_ = height; } in set_height() function
206 void set_height(size_t height) { height_ = height; } in set_height() function
1266 void Picture::set_height(FLAC__uint32 value) const in set_height() function in FLAC::Metadata::Picture
792 void set_height(uint64_t height) { height_ = height; } in set_height() function
357 pub fn set_height(&mut self, height: u32) { in set_height() method
299 BatchDescriptor& set_height(int64_t value) { in set_height() function