Lines Matching defs:images
109 "List of images and/or directories to decode with color correction. "
110 "A directory with no images is treated as a fatal error.");
121 static DEFINE_string(images, "",
122 "List of images and/or directories to decode. A directory with no images"
159 "if true, run SkQP-style verification of GM-produced images.");
661 // We will only produce output for the larger sizes on large images.
890 SkTArray<SkString> images;
891 if (!CommonFlags::CollectImages(FLAGS_images, &images)) {
895 for (const SkString& image : images) {
1515 if (nullptr == GetResourceAsData("images/color_wheel.png")) {