Searched defs:set_depth (Results 1 – 8 of 8) sorted by relevance
139 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
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
291 void set_depth(uint8_t depth) { storage[0] = depth; } in set_depth() function
1272 void Picture::set_depth(FLAC__uint32 value) const in set_depth() function in FLAC::Metadata::Picture