Lines Matching refs:SkDebugf
24 SkDebugf("Please pass an image or profile to convert" in main()
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path); in main()
63 SkDebugf("Cannot transform.\n"); in main()
67 SkDebugf("(%g, %g, %g) --> (%+.4f, %+.4f, %+.4f)\n", in main()
76 SkDebugf("Couldn't decode %s as an SkImage or an ICC profile.\n", source_path); in main()
82 SkDebugf("Converting to raster image failed.\n"); in main()
88 SkDebugf("We really should be able to peek raster pixels.\n"); in main()
94 SkDebugf("We can't convert to this destination profile as-is. Coercing it.\n"); in main()
99 SkDebugf("We can't convert to this destination profile at all.\n"); in main()
114 SkDebugf("color type %d not yet supported, imgcvt.cpp needs an update.\n", in main()
120 SkDebugf("not premul, that's weird.\n"); in main()
126 SkDebugf("not a tight pixmap, need a loop here\n"); in main()
133 SkDebugf("skcms_Transform() failed\n"); in main()
144 SkDebugf("couldn't create a surface\n"); in main()
156 SkDebugf("couldn't create a surface\n"); in main()