Lines Matching defs:file
5 * found in the LICENSE file.
602 // The other strings should look like the beginning of a file type, so we'll call some
628 // Create the codec from the resource file
758 // Write to a png file.
854 // Now read the file with SkCodec.
1340 for (auto file : files) {
1341 auto stream = LimitedRewindingStream::Make(file, SkCodec::MinBufferedBytesNeeded());
1343 SkDebugf("Missing resources (%s). Set --resourcePath.\n", file);
1349 ERRORF(r, "Failed to create codec for %s,", file);
1359 ERRORF(r, "Is scanline decoding now implemented for %s?", file);
1366 ERRORF(r, "Scanline decoding failed for %s with %i", file, result);
1402 auto file = "images/plane_interlaced.png";
1403 std::unique_ptr<SkStream> stream(GetResourceAsStream(file));
1641 // Truncate this file so that the header is available but no rows can be
1684 const char* file = "invalid_images/ossfuzz6274.gif";
1685 auto image = GetResourceAsImage(file);
1712 ERRORF(r, "Missing %s", file);
1744 const char* file = "images/b78329453.jpeg";
1745 auto data = GetResourceAsData(file);
1747 ERRORF(r, "Missing %s", file);
1753 ERRORF(r, "failed to create codec from %s", file);
1780 const char* file = "images/mandrill_cmyk.jpg";
1781 auto data = GetResourceAsData(file);
1783 ERRORF(r, "missing %s", file);
1799 const char* file = "images/crbug807324.png";
1800 auto image = GetResourceAsImage(file);
1802 ERRORF(r, "Missing %s", file);