Searched refs:HasId (Results 1 – 2 of 2) sorted by relevance
96 if (image_count_ > 1 && HasId(segment, kXmpAppleDepthId)) { in Process()98 } else if (image_count_ > 1 && HasId(segment, kXmpAppleMatteId)) { in Process()100 } else if (image_count_ == 1 && (HasId(segment, kXmpGDepthV1Id) || in Process()101 HasId(segment, kXmpGImageV1Id))) { in Process()214 bool JpegInfoBuilder::HasId(const JpegSegment& segment, const char* id) const { in HasId() function in photos_editing_formats::image_io::JpegInfoBuilder
77 bool HasId(const JpegSegment& segment, const char* id) const;