Searched refs:BmpDecodingState (Results 1 – 3 of 3) sorted by relevance
44 state_ = BmpDecodingState::SOURCE_INITED; in SetSource()63 if (state_ < BmpDecodingState::SOURCE_INITED) { in GetImageSize()67 if (state_ >= BmpDecodingState::BASE_INFO_PARSED) { in GetImageSize()78 state_ = BmpDecodingState::BASE_INFO_PARSED; in GetImageSize()89 if (state_ < BmpDecodingState::SOURCE_INITED) { in SetDecodeOptions()93 if (state_ >= BmpDecodingState::IMAGE_DECODING) { in SetDecodeOptions()95 state_ = BmpDecodingState::SOURCE_INITED; in SetDecodeOptions()102 state_ = BmpDecodingState::BASE_INFO_PARSED; in SetDecodeOptions()109 state_ = BmpDecodingState::IMAGE_DECODING; in SetDecodeOptions()321 state_ = BmpDecodingState::IMAGE_ERROR; in Decode()[all …]
30 enum class BmpDecodingState : int32_t { enum67 BmpDecodingState state_ = BmpDecodingState::UNDECIDED;
485 bmpDecoder->state_ = BmpDecodingState::IMAGE_DECODING;503 bmpDecoder->state_ = BmpDecodingState::IMAGE_DECODING;706 bmpDecoder->state_ = BmpDecodingState::BASE_INFO_PARSED;