Searched refs:has_image (Results 1 – 4 of 4) sorted by relevance
76 const bool has_image = jpeg_info_.HasImage(xmp_info_type); in ExtractImage() local85 if (has_image) { in ExtractImage()110 return has_image && !has_errors; in ExtractImage()
63 ASSERT_TRUE(value->has_image()) << "No image for value: " << value->tag(); in CheckAndRemoveEncodedImages()
177 CHECK(e.summary().value(0).has_image()); in TEST_F()
45 bool has_image() const { return w_ > 0 && h_ > 0; } in has_image() function in Image