Searched refs:ResultToString (Results 1 – 7 of 7) sorted by relevance
37 SkCodec::ResultToString(result)); in DEF_TEST()53 SkCodec::ResultToString(result)); in DEF_TEST()
216 SkCodec::ResultToString(actualResult), in test_codec()217 SkCodec::ResultToString(expectedResult)); in test_codec()658 SkCodec::ResultToString(result)); in test_dimensions()1771 ERRORF(r, "failed to decode with error %s", SkCodec::ResultToString(result)); in DEF_TEST()
334 ERRORF(r, "error in %s frame %zu: %s", file, i, SkCodec::ResultToString(result)); in DEF_TEST()
493 path, SkCodec::ResultToString(result)); in DEF_TEST()
145 SkCodec::ResultToString(result)); in decodeRegion()
114 static const char* ResultToString(Result);
783 const char* SkCodec::ResultToString(Result result) { in ResultToString() function in SkCodec