Lines Matching refs:decodeMode
165 static constexpr const char* DecodeModeToString(DecodeMode decodeMode) { in DecodeModeToString() argument
166 switch (decodeMode) { in DecodeModeToString()
192 DecodeMode decodeMode, in PNGCodecGM() argument
197 , fDecodeMode(decodeMode) in PNGCodecGM()
432 PNGCodecGM::DecodeMode decodeMode, in registerGMsForImage() argument
463 skiagm::Register(new PNGCodecGM(path, decodeMode, dstColorType, dstAlphaType)); in registerGMsForImage()
468 static std::string parse_and_validate_flags(PNGCodecGM::DecodeMode* decodeMode, in parse_and_validate_flags() argument
477 "--pngCodecDecodeMode", decodeModeValues, decodeMode); in parse_and_validate_flags()
514 PNGCodecGM::DecodeMode decodeMode; in __anonb4c42e740102() local
517 if (std::string errorMsg = parse_and_validate_flags(&decodeMode, &dstColorType, &dstAlphaType); in __anonb4c42e740102()
531 registerGMsForImage(image.c_str(), decodeMode, dstColorType, dstAlphaType); in __anonb4c42e740102()