Home
last modified time | relevance | path

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

/external/image_io/includes/image_io/jpeg/
Djpeg_info.h47 bool HasAppleMatte() const { return apple_matte_image_range_.IsValid(); } in HasAppleMatte() function
64 return HasAppleDepth() || HasAppleMatte() || HasGDepth() || HasGImage(); in HasExtractableImage()
Djpeg_info_builder.h52 bool HasAppleMatte() const;
/external/image_io/src/jpeg/
Djpeg_info_builder.cc61 if (HasAppleMatte() && !jpeg_info_.GetAppleMatteImageRange().IsValid()) { in Process()
145 bool JpegInfoBuilder::HasAppleMatte() const { in HasAppleMatte() function in photos_editing_formats::image_io::JpegInfoBuilder
Djpeg_image_extractor.cc37 return jpeg_info_.HasAppleMatte() && succeeded; in ExtractAppleMatteImage()