Searched refs:decode_to_dst (Results 1 – 2 of 2) sorted by relevance
215 ColorCodecSrc(Path, bool decode_to_dst);
962 ColorCodecSrc::ColorCodecSrc(Path path, bool decode_to_dst) : fPath(path) in ColorCodecSrc() argument963 , fDecodeToDst(decode_to_dst) {} in ColorCodecSrc()