Searched refs:HasAppleMatte (Results 1 – 4 of 4) sorted by relevance
47 bool HasAppleMatte() const { return apple_matte_image_range_.IsValid(); } in HasAppleMatte() function64 return HasAppleDepth() || HasAppleMatte() || HasGDepth() || HasGImage(); in HasExtractableImage()
52 bool HasAppleMatte() const;
61 if (HasAppleMatte() && !jpeg_info_.GetAppleMatteImageRange().IsValid()) { in Process()145 bool JpegInfoBuilder::HasAppleMatte() const { in HasAppleMatte() function in photos_editing_formats::image_io::JpegInfoBuilder
37 return jpeg_info_.HasAppleMatte() && succeeded; in ExtractAppleMatteImage()