Searched defs:set_depth (Results 1 – 7 of 7) sorted by relevance
142 void set_depth(int value) { depth_ = value; } in set_depth() function
111 void set_depth(uint8_t depth) { data[0] = static_cast<char>(depth); } in set_depth() function
77 void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; } in set_depth() function
162 pub fn set_depth(&mut self, depth: c_int) { in set_depth() method
152 void set_depth(uint8_t depth) { data[0] = static_cast<char>(depth); } in set_depth() function
216 void set_depth(uint8_t depth) { storage[0] = static_cast<char>(depth); } in set_depth() function
1272 void Picture::set_depth(FLAC__uint32 value) const in set_depth() function in FLAC::Metadata::Picture