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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
  /external/chromium_org/third_party/skia/src/core/
SkAlphaRuns.cpp 45 SkDebugf("Runs");
49 SkDebugf(" %02x", *alpha);
51 SkDebugf(",%d", n);
56 SkDebugf("\n");
SkGraphics.cpp 58 SkDebugf("Non-default runtime configuration options:\n");
105 SkDebugf("SkGraphics: big-endian\n");
107 SkDebugf("SkGraphics: little-endian\n");
114 SkDebugf("SkGraphics: char is signed\n");
116 SkDebugf("SkGraphics: char is unsigned\n");
119 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
122 SkDebugf("SkGraphics: font cache limit %dK\n",
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
  /external/chromium_org/third_party/skia/tests/
PathOpsDCubicTest.cpp 25 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/chromium_org/third_party/skia/tools/
render_pdfs_main.cpp 42 SkDebugf("SKP to PDF rendering tool\n");
43 SkDebugf("\n"
47 SkDebugf("\n\n");
48 SkDebugf(
51 SkDebugf(
53 SkDebugf("\n");
54 SkDebugf(
59 SkDebugf("\n");
138 SkDebugf("Could not write to file %s\n", outputPath.c_str());
157 SkDebugf("Could not open file %s\n", inputPath.c_str())
    [all...]
test_image_decoder.cpp 21 SkDebugf("Usage:\n %s imagefile\n\n", argv[0]);
  /external/skia/experimental/Intersection/
CubicUtilities_Test.cpp 24 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/skia/src/animator/
SkDisplayRandom.cpp 38 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
39 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
41 SkDebugf("/>\n");
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
  /external/skia/src/core/
SkAlphaRuns.cpp 45 SkDebugf("Runs");
49 SkDebugf(" %02x", *alpha);
51 SkDebugf(",%d", n);
56 SkDebugf("\n");
SkGraphics.cpp 58 SkDebugf("Non-default runtime configuration options:\n");
105 SkDebugf("SkGraphics: big-endian\n");
107 SkDebugf("SkGraphics: little-endian\n");
114 SkDebugf("SkGraphics: char is signed\n");
116 SkDebugf("SkGraphics: char is unsigned\n");
119 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
122 SkDebugf("SkGraphics: font cache limit %dK\n",
  /external/skia/src/ports/
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
  /external/skia/tests/
PathOpsDCubicTest.cpp 25 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/skia/tools/
render_pdfs_main.cpp 42 SkDebugf("SKP to PDF rendering tool\n");
43 SkDebugf("\n"
47 SkDebugf("\n\n");
48 SkDebugf(
51 SkDebugf(
53 SkDebugf("\n");
54 SkDebugf(
59 SkDebugf("\n");
138 SkDebugf("Could not write to file %s\n", outputPath.c_str());
157 SkDebugf("Could not open file %s\n", inputPath.c_str())
    [all...]
test_image_decoder.cpp 21 SkDebugf("Usage:\n %s imagefile\n\n", argv[0]);
  /external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
main.cpp 12 SkDebugf("%s couldn't find %s\n", fun, outFileStr.c_str());
22 SkDebugf("%s couldn't open for writing %s\n", fun, outFileStr.c_str());
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
53 SkDebugf("%s expected filename\n", argv[0]);
64 SkDebugf("%s couldn't find %s\n", argv[0], argv[1]);
74 SkDebugf("%s missing two blank line delimiter in %s\n", argv[0], argv[1]);
  /external/skia/experimental/Intersection/AddTestOutput/
main.cpp 12 SkDebugf("%s couldn't find %s\n", fun, outFileStr.c_str());
22 SkDebugf("%s couldn't open for writing %s\n", fun, outFileStr.c_str());
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
53 SkDebugf("%s expected filename\n", argv[0]);
64 SkDebugf("%s couldn't find %s\n", argv[0], argv[1]);
74 SkDebugf("%s missing two blank line delimiter in %s\n", argv[0], argv[1]);
  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 16 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n",
20 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
23 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1));
25 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
27 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]);
29 SkDebugf("\n");
37 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n",
41 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
44 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n));
46 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()))
    [all...]
SkPathOpsDebug.cpp 63 SkDebugf("?");
65 SkDebugf("%d", wind);
273 SkDebugf("%s useInner=%d spanSign=%d lastWinding=%d winding=%d windSum=%d\n",
355 SkDebugf("%s %s id=%d", __FUNCTION__, prefix, fID);
364 SkDebugf(" t=%1.3g %1.9g,%1.9g w=%d o=%d]",
368 SkDebugf(" [o=%d", fTs[i].fOther->fID);
373 SkDebugf(",%d", fTs[i].fOther->fID);
379 SkDebugf(" t=%1.3g %1.9g,%1.9g w=%d o=%d]",
382 SkDebugf(" operand");
385 SkDebugf(" done")
    [all...]
  /external/skia/src/pathops/
SkAddIntersections.cpp 16 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n",
20 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
23 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1));
25 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
27 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]);
29 SkDebugf("\n");
37 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n",
41 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
44 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n));
46 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()))
    [all...]
SkPathOpsDebug.cpp 63 SkDebugf("?");
65 SkDebugf("%d", wind);
273 SkDebugf("%s useInner=%d spanSign=%d lastWinding=%d winding=%d windSum=%d\n",
355 SkDebugf("%s %s id=%d", __FUNCTION__, prefix, fID);
364 SkDebugf(" t=%1.3g %1.9g,%1.9g w=%d o=%d]",
368 SkDebugf(" [o=%d", fTs[i].fOther->fID);
373 SkDebugf(",%d", fTs[i].fOther->fID);
379 SkDebugf(" t=%1.3g %1.9g,%1.9g w=%d o=%d]",
382 SkDebugf(" operand");
385 SkDebugf(" done")
    [all...]
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 66 SkDebugf("--- expected %s function %d, ignoring.\n", funcName, t);
72 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
83 SkDebugf(".skp files or directories are required.\n");
87 SkDebugf("missing luaFile(s)\n");
102 SkDebugf("loading %s...\n", FLAGS_luaFile[i]);
105 SkDebugf("failed to load luaFile %s\n", FLAGS_luaFile[i]);
122 SkDebugf("invalid modulo values.\n");
151 SkDebugf("scraping %s %s\n", path, moduloStr.c_str());
165 SkDebugf("failed to load\n");
  /external/skia/tools/lua/
lua_pictures.cpp 66 SkDebugf("--- expected %s function %d, ignoring.\n", funcName, t);
72 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
83 SkDebugf(".skp files or directories are required.\n");
87 SkDebugf("missing luaFile(s)\n");
102 SkDebugf("loading %s...\n", FLAGS_luaFile[i]);
105 SkDebugf("failed to load luaFile %s\n", FLAGS_luaFile[i]);
122 SkDebugf("invalid modulo values.\n");
151 SkDebugf("scraping %s %s\n", path, moduloStr.c_str());
165 SkDebugf("failed to load\n");
  /external/chromium_org/third_party/skia/bench/
BenchLogger.h 65 void nativeLogError(const char msg[]) { SkDebugf("%s", msg); }
69 void nativeLogProgress(const char msg[]) { SkDebugf("%s", msg); }

Completed in 628 milliseconds

1 23 4 5 6 7 8 91011>>