Home
last modified time | relevance | path

Searched refs:TX_DEBUG_STR (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkAddIntersections.cpp45 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection()
49 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadLineIntersection()
65 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadIntersection()
69 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadIntersection()
85 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicLineIntersection()
89 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicLineIntersection()
105 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicQuadIntersection()
109 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicQuadIntersection()
126 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicIntersection()
130 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicIntersection()
[all …]
DSkPathOpsDebug.h141 #define TX_DEBUG_STR(t) #t "[%d]=%1.9g" macro