Searched refs:SkDebugf (Results 276 - 300 of 625) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/tools/
H A Dfiltermain.cpp24 SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n");
25 SkDebugf(" [-h|--help]\n\n");
26 SkDebugf(" -i inFile : file to filter.\n");
27 SkDebugf(" -o outFile : result of filtering.\n");
28 SkDebugf(" --input-dir : process all files in dir with .skp extension.\n");
29 SkDebugf(" --output-dir : results of filtering the input dir.\n");
30 SkDebugf(" -h|--help : Show this help message.\n");
672 SkDebugf("Could not read file %s\n", inFile.c_str());
734 SkDebugf("%d: %d ", opt, localCount[opt]);
740 SkDebugf("N
[all...]
H A Dpicture_utils.cpp67 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
H A Dpinspect.cpp40 SkDebugf("Could not create SkPicture: %s\n", path);
/external/skia/src/animator/
H A DSkDrawRectangle.cpp57 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" />\n",
138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
/external/skia/tools/
H A Dfiltermain.cpp25 SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n");
26 SkDebugf(" [-h|--help]\n\n");
27 SkDebugf(" -i inFile : file to filter.\n");
28 SkDebugf(" -o outFile : result of filtering.\n");
29 SkDebugf(" --input-dir : process all files in dir with .skp extension.\n");
30 SkDebugf(" --output-dir : results of filtering the input dir.\n");
31 SkDebugf(" -h|--help : Show this help message.\n");
673 SkDebugf("Could not read file %s\n", inFile.c_str());
733 SkDebugf("%d: %d ", opt, localCount[opt]);
739 SkDebugf("N
[all...]
H A Dpicture_utils.cpp67 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
H A Dpinspect.cpp40 SkDebugf("Could not create SkPicture: %s\n", path);
H A Dskdiff_utils.cpp30 SkDebugf("WARNING: could not open file <%s> for reading\n", file_path);
41 SkDebugf("WARNING: error reading from <%s>\n", file_path);
56 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str());
67 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str());
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp388 SkDebugf("%s edge=%d %1.9g,%1.9g\n", __FUNCTION__, id,
447 SkDebugf("%s %d moveTo (%g,%g)\n", __FUNCTION__,
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
582 SkDebugf("%s %d<%d (%g,%g) %s startPt1.fY < startPt2.fY\n", __FUNCTION__,
590 SkDebugf("
[all...]
H A DQuadraticReduceOrder_Test.cpp21 SkDebugf("%s FLT_EPSILON=%1.9g\n", __FUNCTION__, FLT_EPSILON);
H A DEdgeDemo.cpp226 SkDebugf("simplified:\n");
248 SkDebugf("divs=%d\n",divs);
256 SkDebugf("xDiv=%d\n",xDiv);
258 SkDebugf("yDiv=%d\n",yDiv);
302 SkDebugf("mask=%d\n", mask);
308 // SkDebugf("%d simplified:\n", mask);
319 SkDebugf("RoncoDone!\n");
323 SkDebugf("simplified:\n");
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp388 SkDebugf("%s edge=%d %1.9g,%1.9g\n", __FUNCTION__, id,
447 SkDebugf("%s %d moveTo (%g,%g)\n", __FUNCTION__,
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
582 SkDebugf("%s %d<%d (%g,%g) %s startPt1.fY < startPt2.fY\n", __FUNCTION__,
590 SkDebugf("
[all...]
H A DQuadraticReduceOrder_Test.cpp21 SkDebugf("%s FLT_EPSILON=%1.9g\n", __FUNCTION__, FLT_EPSILON);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp281 SkDebugf("unsupported bitmap colorType %d\n", colorType);
304 SkDebugf("FAILED to write bitmap: %s\n", path.c_str());
436 SkDebugf("%s\n", line.c_str());
452 SkDebugf("%s\n", summary.c_str());
458 SkDebugf("(results marked with [*] will cause nonzero return value)\n");
464 SkDebugf("FAILED to write document: %s\n", path.c_str());
741 SkDebugf("---- %s: dimension mismatch -- expected [%d %d], actual [%d %d]\n",
748 SkDebugf("---- %s: not computing max per-channel pixel mismatch because non-8888\n",
780 SkDebugf("---- %s: %d (of %d) differing pixels, "
1091 SkDebugf("FAILE
[all...]
/external/skia/gm/
H A Dgmmain.cpp280 SkDebugf("unsupported bitmap colorType %d\n", colorType);
303 SkDebugf("FAILED to write bitmap: %s\n", path.c_str());
435 SkDebugf("%s\n", line.c_str());
451 SkDebugf("%s\n", summary.c_str());
457 SkDebugf("(results marked with [*] will cause nonzero return value)\n");
463 SkDebugf("FAILED to write document: %s\n", path.c_str());
740 SkDebugf("---- %s: dimension mismatch -- expected [%d %d], actual [%d %d]\n",
747 SkDebugf("---- %s: not computing max per-channel pixel mismatch because non-8888\n",
779 SkDebugf("---- %s: %d (of %d) differing pixels, "
1092 SkDebugf("FAILE
[all...]
/external/chromium_org/skia/config/
H A DSkUserConfig.h126 /* To write debug messages to a console, skia will call SkDebugf(...) following
130 //#define SkDebugf(...) MyFunction(__VA_ARGS__)
170 #define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__) macro
/external/chromium_org/third_party/skia/src/utils/
H A DSkLayer.cpp33 SkDebugf("SkLayer new: %d\n", gLayerAllocCount);
50 SkDebugf("SkLayer copy: %d\n", gLayerAllocCount);
59 SkDebugf("SkLayer delete: %d\n", gLayerAllocCount);
173 // SkDebugf("----- no onDraw for %p\n", this);
183 SkDebugf("--- drawlayer %p opacity %g size [%g %g] pos [%g %g] matrix %s children %s\n",
190 // SkDebugf("---- abort drawing %p opacity %g\n", this, opacity);
/external/chromium_org/third_party/skia/tests/
H A DParsePathTest.cpp25 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
H A DPathOpsDLineTest.cpp43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
/external/skia/include/gpu/
H A DGrConfig.h93 #define GrPrintf SkDebugf
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h23 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
/external/skia/src/utils/
H A DSkLayer.cpp33 SkDebugf("SkLayer new: %d\n", gLayerAllocCount);
50 SkDebugf("SkLayer copy: %d\n", gLayerAllocCount);
59 SkDebugf("SkLayer delete: %d\n", gLayerAllocCount);
173 // SkDebugf("----- no onDraw for %p\n", this);
183 SkDebugf("--- drawlayer %p opacity %g size [%g %g] pos [%g %g] matrix %s children %s\n",
190 // SkDebugf("---- abort drawing %p opacity %g\n", this, opacity);
/external/skia/tests/
H A DParsePathTest.cpp25 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
H A DPathOpsDLineTest.cpp43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
/external/skia/tools/lua/
H A Dlua_app.cpp51 SkDebugf("failed to load %s\n", argv[i]);

Completed in 464 milliseconds

<<11121314151617181920>>