• Home
  • Raw
  • Download

Lines Matching refs:TESS_LOG

16 #define TESS_LOG SkDebugf  macro
19 #define TESS_LOG(...) macro
75 TESS_LOG("found edge event for %g, %g (original %g -> %g), " in makeEvent()
101 TESS_LOG("found p edge event for %g, %g (original %g -> %g), " in makeEvent()
127 TESS_LOG("skel edge %g -> %g", in dump_skel()
131 TESS_LOG(" (original %g -> %g)\n", in dump_skel()
135 TESS_LOG("\n"); in dump_skel()
143 TESS_LOG("removing non-boundary edges\n"); in removeNonBoundaryEdges()
234 TESS_LOG("ss_connecting vertex %g to vertex %g\n", v->fID, dest->fID); in connectSSEdge()
238 TESS_LOG("setting %g's partner to %g ", v->fPartner->fID, dest->fID); in connectSSEdge()
239 TESS_LOG("and %g's partner to null\n", v->fID); in connectSSEdge()
260 TESS_LOG("collapsing %g, %g (original edge %g -> %g) to %g (%g, %g) alpha %d\n", in apply()
310 TESS_LOG("\nfinding overlap regions\n"); in collapseOverlapRegions()
333 TESS_LOG("found interior overlap edge %g -> %g, disconnecting\n", in collapseOverlapRegions()
337 TESS_LOG("found overlap edge %g -> %g%s\n", in collapseOverlapRegions()
380 TESS_LOG("\ncollapsing overlap regions\n"); in collapseOverlapRegions()
381 TESS_LOG("skeleton before:\n"); in collapseOverlapRegions()
388 TESS_LOG("skeleton after:\n"); in collapseOverlapRegions()
412 TESS_LOG("\nstroking boundary\n"); in strokeBoundary()
439 TESS_LOG("stroking vertex %g (%g, %g)\n", v->fID, v->fPoint.fX, v->fPoint.fY); in strokeBoundary()
498 TESS_LOG("inner (%g, %g), (%g, %g), ", in strokeBoundary()
500 TESS_LOG("outer (%g, %g), (%g, %g)\n", in strokeBoundary()
521 TESS_LOG("inner (%g, %g), ", innerPoint.fX, innerPoint.fY); in strokeBoundary()
522 TESS_LOG("outer (%g, %g)\n", outerPoint.fX, outerPoint.fY); in strokeBoundary()
571 TESS_LOG("\nextracting boundary\n"); in extractBoundary()
630 TESS_LOG("\ninner mesh before:\n"); in tessellate()
632 TESS_LOG("\nouter mesh before:\n"); in tessellate()
639 TESS_LOG("found complex mesh; taking slow path\n"); in tessellate()
641 TESS_LOG("\ninner mesh after:\n"); in tessellate()
643 TESS_LOG("\nouter mesh after:\n"); in tessellate()
648 TESS_LOG("\nmerged mesh:\n"); in tessellate()
652 TESS_LOG("combined and simplified mesh:\n"); in tessellate()
657 TESS_LOG("no complex polygons; taking fast path\n"); in tessellate()
683 TESS_LOG("emitting %d verts\n", count); in polysToAATriangles()