Home | History | Annotate | Download | only in core

Lines Matching full:debugprintf

56 static void DebugPrintf(const char *format, ...) {
75 inline void DebugPrintf(const char *format, ...) {}
189 DebugPrintf("Unexpected non-null second trapezoid.\n");
292 DebugPrintf("Entering getTrapezoidWithEdge(): looking through %d\n",
294 DebugPrintf("trying to find %p: ", edge);
299 DebugPrintf("%p and %p, ", (**tp).left(), (**tp).right());
301 DebugPrintf("\ngetTrapezoidWithEdge found the trapezoid\n");
305 DebugPrintf("getTrapezoidWithEdge found no trapezoid\n");
313 DebugPrintf("Inserting a trapezoid...");
319 DebugPrintf("a second one...");
334 DebugPrintf(" done. %d incomplete trapezoids\n", fTrapezoids.count());
350 DebugPrintf("Removing a trapezoid...");
354 DebugPrintf(" done.\n");
358 DebugPrintf(" Arghh! Panic!\n");
365 DebugPrintf("Entering withinActiveTrapezoid()\n");
371 DebugPrintf("withinActiveTrapezoid: Before a trapezoid\n");
381 DebugPrintf("withinActiveTrapezoid: Within an Active Trapezoid\n");
388 DebugPrintf("withinActiveTrapezoid: After all trapezoids\n");
424 // DebugPrintf("< %p %p\n", &v0, &v1);
433 // DebugPrintf("> %p %p\n", &v0, &v1);
482 DebugPrintf("### py < 0, ny = 0\n");
510 DebugPrintf("### py > 0, ny = 0\n");
523 DebugPrintf("### py = 0, ny < 0\n");
534 DebugPrintf("### py = 0, ny > 0\n");
545 DebugPrintf("### py = 0, ny = 0\n");
581 DebugPrintf("\nVertices:\n");
585 DebugPrintf("%2d: (%.7g, %.7g), prev(%d), next(%d), "
594 DebugPrintf(", trap(L=%d, R=%d, B=%d)",
600 DebugPrintf("\n");
606 DebugPrintf("\nSorted Vertices:\n");
611 DebugPrintf("%2d: %2d: (%.7g, %.7g), prev(%d), next(%d), "
620 DebugPrintf(", trap(L=%d, R=%d, B=%d)",
626 DebugPrintf("\n");
679 DebugPrintf("ConvertPointsToVertices()\n");
682 DebugPrintf("Zeroing vertices\n");
686 DebugPrintf("Initializing vertices\n");
697 DebugPrintf("Sorting vertrap ptr array [%d] %p %p\n", vtptr.count(),
702 DebugPrintf("Done sorting\n");
705 DebugPrintf("Traversing sorted vertrap ptrs\n");
708 DebugPrintf("%d: sorted vertrap %d\n",
716 DebugPrintf("MONOTONE %d %d\n", e0 - vta, e1 - vta);
720 DebugPrintf("Monotone: cannot find a trapezoid with e0: "
736 DebugPrintf("CONVEX %d %d\n", e0 - vta, e1 - vta);
753 DebugPrintf("CONCAVE %d %d\n", e0 - vta, e1 - vta);
757 DebugPrintf("Concave: cannot find a trapezoid with e0: "
763 DebugPrintf(
770 DebugPrintf(
776 DebugPrintf(
796 DebugPrintf("Done making trapezoids\n");
814 DebugPrintf(
824 DebugPrintf("Counting vertices: ");
847 DebugPrintf("%d vertices:\n", n);
850 DebugPrintf(" (%.7g, %.7g)\n", v->point().fX, v->point().fY);
859 DebugPrintf("TriangulateMonotone()\n");
870 DebugPrintf("TriangulateMonotone: finding bottom\n");
887 DebugPrintf("Angle %p is convex\n", current);
908 DebugPrintf("Angle %p is concave\n", current);
919 DebugPrintf("Triangulate()\n");
950 DebugPrintf("SkConcaveToTriangles()\n");