HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 276 - 300 of 629) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 65 SkDebugf("--- Program Cache ---\n");
66 SkDebugf("Total requests: %d\n", fTotalRequests);
67 SkDebugf("Cache misses: %d\n", fCacheMisses);
68 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ?
72 SkDebugf("Hash miss %%: %f\n", (cacheHits > 0) ? 100.f * fHashMisses / cacheHits : 0.f);
73 SkDebugf("---------------------\n");
  /external/skia/tests/
FontHostTest.cpp 130 SkDebugf("[%d:%d] '%s'\n", ttcIndex, i, str.c_str());
144 SkDebugf("CountTTCEntries %d\n", count);
155 SkDebugf("Could not run fontstream test because resourcePath not specified.");
164 SkDebugf("Could not run fontstream test because test.ttc not found.");
193 SkDebugf("%s %d\n", name, size);
222 SkDebugf("%s\n", gNames[i]);
294 // SkDebugf("Font: %s, generateAdvance: %f, generateMetrics: %f\n",
  /external/chromium_org/third_party/skia/src/animator/
SkDrawRectangle.cpp 57 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/chromium_org/third_party/skia/tools/
filtermain.cpp 25 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("No opts fired\n")
    [all...]
picture_utils.cpp 67 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
pinspect.cpp 40 SkDebugf("Could not create SkPicture: %s\n", path);
skdiff_utils.cpp 30 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/skia/src/animator/
SkDrawRectangle.cpp 57 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/
filtermain.cpp 25 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("No opts fired\n")
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 388 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("%s %d<%d (%g,%g) %s startPt1.fX < startPt2.fX\n", __FUNCTION__
    [all...]
QuadraticReduceOrder_Test.cpp 21 SkDebugf("%s FLT_EPSILON=%1.9g\n", __FUNCTION__, FLT_EPSILON);
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 388 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("%s %d<%d (%g,%g) %s startPt1.fX < startPt2.fX\n", __FUNCTION__
    [all...]
QuadraticReduceOrder_Test.cpp 21 SkDebugf("%s FLT_EPSILON=%1.9g\n", __FUNCTION__, FLT_EPSILON);
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 280 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, "
    [all...]
  /external/skia/gm/
gmmain.cpp 280 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, "
    [all...]
  /external/chromium_org/third_party/skia/forth/
Forth.h 65 SkDebugf("ForthEngine error: %s\n", msg);
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 93 #define GrPrintf SkDebugf
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 23 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
  /external/chromium_org/third_party/skia/src/utils/
SkLayer.cpp 33 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/
ParsePathTest.cpp 25 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
PathOpsDLineTest.cpp 43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
  /external/chromium_org/third_party/skia/tools/lua/
lua_app.cpp 51 SkDebugf("failed to load %s\n", argv[i]);
  /external/skia/include/gpu/
GrConfig.h 93 #define GrPrintf SkDebugf
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 23 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
  /external/skia/src/utils/
SkLayer.cpp 33 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);

Completed in 446 milliseconds

<<11121314151617181920>>