Lines Matching defs:path
143 const char* path = "images/wide-gamut.png";
144 auto data = GetResourceAsData(path);
146 ERRORF(r, "Missing file %s", path);
152 ERRORF(r, "Failed to create codec from %s", path);
159 ERRORF(r, "%s should have a color space", path);
172 const char* path = "images/purple-displayprofile.png";
173 auto data = GetResourceAsData(path);
175 ERRORF(r, "Missing file %s", path);
181 ERRORF(r, "Failed to create codec from %s", path);
188 ERRORF(r, "%s should have a color space", path);