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

1 2 3 4 5 67 8 91011>>

  /external/skia/experimental/Intersection/
CubicIntersection.cpp 39 SkDebugf("%s cubic=(%1.17g,%1.17g %1.17g,%1.17g %1.17g,%1.17g %1.17g,%1.17g) t=(%1.17g,%1.17g)\n",
42 SkDebugf("%s part=(%1.17g,%1.17g %1.17g,%1.17g %1.17g,%1.17g %1.17g,%1.17g)"
46 SkDebugf("%s simple=(%1.17g,%1.17g", __FUNCTION__, simple[0].x, simple[0].y);
48 SkDebugf(" %1.17g,%1.17g", simple[1].x, simple[1].y);
51 SkDebugf(" %1.17g,%1.17g", simple[2].x, simple[2].y);
53 SkDebugf(")\n");
115 SkDebugf("%.*s %s t1=(%1.9g,%1.9g) t2=(%1.9g,%1.9g)", i.depth()*2, tab, __FUNCTION__,
119 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used());
164 SkDebugf("%.*s %s 1 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab, __FUNCTION__,
173 SkDebugf("%.*s %s 1 c1Bottom=%1.9g c1Top=%1.9g c2Bottom=%1.9g c2Top=%1.9g
    [all...]
EdgeWalker_TestUtility.cpp 64 SkDebugf("path.moveTo(%1.9g,%1.9g);\n", pts[0].fX, pts[0].fY);
67 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", pts[1].fX, pts[1].fY);
70 SkDebugf("path.quadTo(%1.9g,%1.9g, %1.9g,%1.9g);\n",
74 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
78 SkDebugf("path.close();\n");
88 SkDebugf("%s\n", !str ? "original:" : str);
103 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
122 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", pts[0].fX, pts[0].fY, pts[1].fX, pts[1].fY);
125 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
129 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n"
    [all...]
LineParameteters_Test.cpp 60 SkDebugf("%s [%d,%d] denormalizedDistance:%g != answer:%g"
74 SkDebugf("%s [%d,%d] normalizedDistance:%1.10g != answer:%g\n",
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 27 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
33 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
41 SkDebugf("%s [%d] no intersection\n", __FUNCTION__, iIndex);
47 SkDebugf("%s [%d] coincident\n", __FUNCTION__, iIndex);
57 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
315 SkDebugf("computed quadratics given\n");
316 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
319 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
326 SkDebugf("computed quadratics set 1\n");
329 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", q[0].fX, q[0].fY
    [all...]
PathOpsCubicLineIntersectionIdeas.cpp 67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep);
69 SkDebugf(" t=%1.9g ", t);
71 SkDebugf("\n");
189 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
231 SkDebugf("\n");
234 SkDebugf("\n");
239 SkDebugf("errors=%d avgIter=%1.9g", errors, (double) iters / errors);
240 SkDebugf(" steps: ");
244 SkDebugf("%1.9g ", worstStep[idx2]);
246 SkDebugf("\n")
    [all...]
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",
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 27 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
33 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
41 SkDebugf("%s [%d] no intersection\n", __FUNCTION__, iIndex);
47 SkDebugf("%s [%d] coincident\n", __FUNCTION__, iIndex);
57 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
315 SkDebugf("computed quadratics given\n");
316 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
319 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
326 SkDebugf("computed quadratics set 1\n");
329 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", q[0].fX, q[0].fY
    [all...]
PathOpsCubicLineIntersectionIdeas.cpp 67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep);
69 SkDebugf(" t=%1.9g ", t);
71 SkDebugf("\n");
189 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
231 SkDebugf("\n");
234 SkDebugf("\n");
239 SkDebugf("errors=%d avgIter=%1.9g", errors, (double) iters / errors);
240 SkDebugf(" steps: ");
244 SkDebugf("%1.9g ", worstStep[idx2]);
246 SkDebugf("\n")
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 64 SkDebugf("path.moveTo(%1.9g,%1.9g);\n", pts[0].fX, pts[0].fY);
67 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", pts[1].fX, pts[1].fY);
70 SkDebugf("path.quadTo(%1.9g,%1.9g, %1.9g,%1.9g);\n",
74 SkDebugf("path.cubicTo(%1.9g,%1.9g, %1.9g,%1.9g, %1.9g,%1.9g);\n",
78 SkDebugf("path.close();\n");
88 SkDebugf("%s\n", !str ? "original:" : str);
103 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
122 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", pts[0].fX, pts[0].fY, pts[1].fX, pts[1].fY);
125 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
129 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n"
    [all...]
LineParameteters_Test.cpp 60 SkDebugf("%s [%d,%d] denormalizedDistance:%g != answer:%g"
74 SkDebugf("%s [%d,%d] normalizedDistance:%1.10g != answer:%g\n",
  /external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp 61 SkDebugf("%d bytes", size);
68 SkDebugf(" from proccess %d:", header->pid);
78 SkDebugf("Couldn't read %s\n", skpPath);
102 SkDebugf("Sending %s (%d bytes)...", skpPath, skp->size());
108 SkDebugf(" ok.\n");
157 SkDebugf(" drew");
162 SkDebugf(" and acked.\n");
203 SkDebugf("Wrote %s.\n", FLAGS_png[0]);
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/skia/experimental/nanomsg/
picture_demo.cpp 61 SkDebugf("%d bytes", size);
68 SkDebugf(" from proccess %d:", header->pid);
78 SkDebugf("Couldn't read %s\n", skpPath);
102 SkDebugf("Sending %s (%d bytes)...", skpPath, skp->size());
108 SkDebugf(" ok.\n");
157 SkDebugf(" drew");
162 SkDebugf(" and acked.\n");
203 SkDebugf("Wrote %s.\n", FLAGS_png[0]);
  /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());

Completed in 515 milliseconds

1 2 3 4 5 67 8 91011>>