Home
last modified time | relevance | path

Searched refs:toGray0 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp107 Gray* toGray0(unsigned char bpc_);
H A Dimage.cpp165 Image::Gray* Image::Sampled::toGray0(unsigned char bpc_) { in toGray0() function in Image::Sampled
619 Image::Gray* Image::Indexed::toGray(unsigned char bpc_)/* const*/ { return toGray0(bpc_); } in toGray()
1126 …* Image::Gray::toGray(unsigned char bpc_)/* const*/ { return bpc==bpc_ ? this : toGray0(bpc_); } in toGray()
1243 Image::Gray* Image::RGB::toGray(unsigned char bpc_)/* const*/ { return toGray0(bpc_); } in toGray()