Searched refs:PngDecodingState (Results 1 – 3 of 3) sorted by relevance
76 state_ = PngDecodingState::SOURCE_INITED; in SetSource()90 if (state_ < PngDecodingState::SOURCE_INITED) { in GetImageSize()121 if (state_ < PngDecodingState::SOURCE_INITED) { in SetDecodeOptions()151 state_ = PngDecodingState::IMAGE_DECODING; in SetDecodeOptions()194 state_ = PngDecodingState::IMAGE_DECODING; in Decode()201 state_ = PngDecodingState::IMAGE_DECODED; in Decode()206 state_ = PngDecodingState::IMAGE_PARTIAL; in Decode()212 state_ = PngDecodingState::IMAGE_ERROR; in Decode()425 state_ = PngDecodingState::IMAGE_DECODED; in PromoteIncrementalDecode()1051 state_ = PngDecodingState::BASE_INFO_PARSED; in DecodeHeader()[all …]
29 enum class PngDecodingState : int32_t { enum110 PngDecodingState state_ = PngDecodingState::UNDECIDED;
1214 pngDecoder->state_ = PngDecodingState::IMAGE_ERROR;1364 pngDecoder->state_ = PngDecodingState::SOURCE_INITED;1379 pngDecoder->state_ = PngDecodingState::IMAGE_DECODED;1435 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED;1475 pngDecoder->state_ = PngDecodingState::IMAGE_ERROR;1546 pngDecoder->state_ = PngDecodingState::IMAGE_DECODING;1567 pngDecoder->state_ = PngDecodingState::IMAGE_ERROR;1621 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED;1711 pngDecoder->state_ = PngDecodingState::IMAGE_DECODING;