Home
last modified time | relevance | path

Searched refs:animation_option (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_decoder.h180 AnimationOption animation_option = AnimationOption::kUnspecified);
188 AnimationOption animation_option = AnimationOption::kUnspecified) {
191 color_behavior, desired_size, animation_option);
204 AnimationOption animation_option = AnimationOption::kUnspecified);
H A Dimage_decoder.cc164 AnimationOption animation_option) { in Create() argument
171 desired_size, animation_option); in Create()
182 AnimationOption animation_option) { in CreateByMimeType() argument
216 max_decoded_bytes, animation_option); in CreateByMimeType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/avif/
H A Davif_image_decoder_test.cc31 ImageDecoder::AnimationOption animation_option) { in CreateAVIFDecoderWithOptions() argument
34 ImageDecoder::kNoDecodedImageByteLimit, animation_option); in CreateAVIFDecoderWithOptions()
H A Davif_image_decoder.cc263 AnimationOption animation_option) in AVIFImageDecoder() argument
265 animation_option_(animation_option) {} in AVIFImageDecoder()