Lines Matching defs:path
476 const char* path = "images/out-of-palette.gif";
477 auto data = GetResourceAsData(path);
479 ERRORF(r, "failed to find %s", path);
485 ERRORF(r, "Could not create codec from %s", path);
493 path, SkCodec::ResultToString(result));
520 const char* path = "images/gif-transparent-index.gif";
521 auto data = GetResourceAsData(path);
523 ERRORF(r, "failed to find %s", path);
529 ERRORF(r, "Could not create codec from %s", path);
613 const char* path = "images/xOffsetTooBig.gif";
614 auto data = GetResourceAsData(path);
616 ERRORF(r, "failed to find %s", path);
622 ERRORF(r, "Could not create codec from %s", path);