HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 176 - 200 of 630) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/samplecode/
SampleLua.cpp 121 SkDebugf("--- expected %s function %d, ignoring.\n", gDrawName, t);
128 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
SampleSkLayer.cpp 16 SkDebugf("%s\n", label);
23 SkDebugf("--- invert failed\n");
29 SkDebugf("concat mat with inverse pre=%d post=%d\n", a.isIdentity(), b.isIdentity());
36 SkDebugf("\n");
45 SkDebugf("map: src: %g %g %g dst: %g %g %g (%g) expected: %g %g %g match: %d\n",
60 SkDebugf("3x3: expected 3x3 [%g %g %g] [%g %g %g] bug got %s\n",
122 SkDebugf(" ");
124 SkDebugf("layer=%p parent=%p size=[%g %g] transform=%s\n",
  /external/skia/src/animator/
SkDrawSaveLayer.cpp 63 SkDebugf("paint=\"%s\" ", paint->id);
65 SkDebugf("bounds=\"%s\" ", bounds->id);
SkPaintPart.cpp 94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
97 SkDebugf("style=\"%s\" />\n", string.c_str());
  /external/skia/tests/
PathOpsCubicToQuadsTest.cpp 25 SkDebugf("%s [%d] cubic to quadratics failed count=%d\n", name, static_cast<int>(index),
42 SkDebugf("%s [%d] cubic to quadratics failed count=%d\n", name, static_cast<int>(index),
60 SkDebugf("[%d] unmatched start\n", static_cast<int>(index));
66 SkDebugf("[%d] unmatched end\n", static_cast<int>(index));
83 SkDebugf("[%d][%d] unmatched start\n", static_cast<int>(index), idx2);
89 SkDebugf("[%d][%d] unmatched end\n", static_cast<int>(index), idx2);
183 if (false) SkDebugf("%s %d %1.9g\n", __FUNCTION__, skin, skinflect[0]);
187 if (false) SkDebugf("%s quads=%d\n", __FUNCTION__, quads.count());
PathOpsLineParametetersTest.cpp 59 SkDebugf("%s [%d,%d] denormalizedDistance:%g != answer:%g"
73 SkDebugf("%s [%d,%d] normalizedDistance:%1.9g != answer:%g\n",
PathOpsQuadReduceOrderTest.cpp 53 SkDebugf("[%d] line quad order=%d\n", (int) index, order);
60 SkDebugf("[%d] line mod quad order=%d\n", (int) index, order);
SrcOverTest.cpp 45 SkDebugf("---- opaque test: [%d %d %d]\n",
70 SkDebugf("--- dst=%d i=%d r1=%d r2=%d exact=%g\n",
PathOpsQuadIntersectionTest.cpp 26 SkDebugf("[%d] quad1 order=%d\n", static_cast<int>(index), order1);
31 SkDebugf("[%d] quad2 order=%d\n", static_cast<int>(index), order2);
44 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
277 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
283 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
369 SkDebugf("%s t=%1.9g (%1.9g,%1.9g) dist=%1.9g\n", __FUNCTION__, t, onQuad.fX, onQuad.fY,
376 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
380 SkDebugf("\n");
384 SkDebugf("%s", __FUNCTION__);
391 SkDebugf(" [%d,%d]", i1, i2)
    [all...]
PathOpsQuadLineIntersectionTest.cpp 95 SkDebugf("");
117 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
121 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
139 SkDebugf("%s [%d,%d] x!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
146 SkDebugf("%s t1=(%1.9g,%1.9g)\n", __FUNCTION__, t1.fX, t1.fY);
  /external/skia/tools/
bbh_shootout.cpp 47 SkDebugf("-- Can't open '%s'\n", path);
72 SkDebugf("%s %d times...\n", renderer->getConfigName().c_str(), numRepeats);
99 SkDebugf("Couldn't create picture. Ignoring path: %s\n", path);
102 SkDebugf("Benchmarking path: %s\n", path);
147 SkDebugf("---\n");
156 SkDebugf("Average %s recording time: %.3fms\n",
161 SkDebugf("Average %s playback time: %.3fms\n",
186 SkDebugf("\nWrote data to gnuplot-readable files: %s %s\n", pbTitle, recTitle);
dump_record.cpp 51 SkDebugf("Could not read %s.\n", FLAGS_skps[i]);
57 SkDebugf("Could not read %s as an SkPicture.\n", FLAGS_skps[i]);
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadIntersectionTest.cpp 26 SkDebugf("[%d] quad1 order=%d\n", static_cast<int>(index), order1);
31 SkDebugf("[%d] quad2 order=%d\n", static_cast<int>(index), order2);
44 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
280 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
286 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
372 SkDebugf("%s t=%1.9g (%1.9g,%1.9g) dist=%1.9g\n", __FUNCTION__, t, onQuad.fX, onQuad.fY,
379 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
383 SkDebugf("\n");
387 SkDebugf("%s", __FUNCTION__);
394 SkDebugf(" [%d,%d]", i1, i2)
    [all...]
PathOpsQuadLineIntersectionTest.cpp 95 SkDebugf("");
117 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
121 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
139 SkDebugf("%s [%d,%d] x!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
146 SkDebugf("%s t1=(%1.9g,%1.9g)\n", __FUNCTION__, t1.fX, t1.fY);
PathOpsExtendedTest.cpp 66 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
74 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", pts[0].fX, pts[0].fY,
80 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
86 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
94 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
105 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
114 SkDebugf("op difference\n");
117 SkDebugf("op intersect\n");
120 SkDebugf("op union\n");
123 SkDebugf("op xor\n")
    [all...]
  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 84 SkDebugf("Could not load PKM data!");
97 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
105 SkDebugf("Error expanding ETC1 data by factor of %d\n", kExpansionFactor);
149 SkDebugf("Failed to load PKM data!\n");
157 SkDebugf("Could not install discardable pixel ref.\n");
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerQuadratic4x4_Test.cpp 78 SkDebugf("%s\n", __FUNCTION__);
98 if (!gRunTestsInOneThread) SkDebugf(".");
100 if (!gRunTestsInOneThread) SkDebugf("%d", b);
102 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
105 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
EdgeWalkerPolygon4x4_Test.cpp 79 SkDebugf("%s\n", __FUNCTION__);
94 if (!gRunTestsInOneThread) SkDebugf(".");
96 if (!gRunTestsInOneThread) SkDebugf("%d", b);
98 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
101 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
168 SkDebugf("%s\n", __FUNCTION__);
194 if (!gRunTestsInOneThread) SkDebugf(".");
196 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
199 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
263 SkDebugf("%s\n", __FUNCTION__)
    [all...]
  /external/chromium_org/third_party/skia/gm/
etc1bitmap.cpp 102 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
109 SkDebugf("Could not install discardable pixel ref.\n");
188 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
197 SkDebugf("ETC1 Data is poorly formatted.\n");
210 SkDebugf("Could not install discardable pixel ref.\n");
  /external/chromium_org/third_party/skia/src/pathops/
SkPathWriter.cpp 30 SkDebugf("path.close();\n");
50 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
104 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", fDefer[1].fX, fDefer[1].fY);
133 SkDebugf("path.quadTo(%1.9g,%1.9g, %1.9g,%1.9g);\n",
161 SkDebugf("path.moveTo(%1.9g,%1.9g);\n", fDefer[0].fX, fDefer[0].fY);
  /external/skia/bench/
ETCBitmapBench.cpp 84 SkDebugf("Could not load PKM data!");
100 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
108 SkDebugf("Error expanding ETC1 data by factor of %d\n", kExpansionFactor);
152 SkDebugf("Failed to load PKM data!\n");
160 SkDebugf("Could not install discardable pixel ref.\n");
  /external/skia/experimental/Intersection/
EdgeWalkerQuadratic4x4_Test.cpp 78 SkDebugf("%s\n", __FUNCTION__);
98 if (!gRunTestsInOneThread) SkDebugf(".");
100 if (!gRunTestsInOneThread) SkDebugf("%d", b);
102 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
105 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
EdgeWalkerPolygon4x4_Test.cpp 79 SkDebugf("%s\n", __FUNCTION__);
94 if (!gRunTestsInOneThread) SkDebugf(".");
96 if (!gRunTestsInOneThread) SkDebugf("%d", b);
98 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
101 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
168 SkDebugf("%s\n", __FUNCTION__);
194 if (!gRunTestsInOneThread) SkDebugf(".");
196 if (!gRunTestsInOneThread) SkDebugf("\n%d", a);
199 SkDebugf("%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
263 SkDebugf("%s\n", __FUNCTION__)
    [all...]
  /external/skia/gm/
etc1bitmap.cpp 104 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
111 SkDebugf("Could not install discardable pixel ref.\n");
178 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
187 SkDebugf("ETC1 Data is poorly formatted.\n");
200 SkDebugf("Could not install discardable pixel ref.\n");
  /external/skia/src/pathops/
SkPathWriter.cpp 30 SkDebugf("path.close();\n");
50 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
104 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", fDefer[1].fX, fDefer[1].fY);
133 SkDebugf("path.quadTo(%1.9g,%1.9g, %1.9g,%1.9g);\n",
161 SkDebugf("path.moveTo(%1.9g,%1.9g);\n", fDefer[0].fX, fDefer[0].fY);

Completed in 1523 milliseconds

1 2 3 4 5 6 78 91011>>