Searched refs:TX_DEBUG_STR (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkAddIntersections.cpp | 47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection() 51 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadLineIntersection() 67 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadIntersection() 71 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadIntersection() 87 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicLineIntersection() 91 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicLineIntersection() 107 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicQuadIntersection() 111 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicQuadIntersection() 128 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicIntersection() 132 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicIntersection() [all …]
|
D | SkPathOpsDebug.h | 238 #define TX_DEBUG_STR(t) #t "[%d]=%1.9g" macro
|
/third_party/skia/src/pathops/ |
D | SkAddIntersections.cpp | 47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection() 51 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadLineIntersection() 67 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadIntersection() 71 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowQuadIntersection() 87 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicLineIntersection() 91 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicLineIntersection() 107 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicQuadIntersection() 111 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicQuadIntersection() 128 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowConicIntersection() 132 SkDebugf(" " TX_DEBUG_STR(wnTs), n, i[1][n]); in debugShowConicIntersection() [all …]
|
D | SkPathOpsDebug.h | 236 #define TX_DEBUG_STR(t) #t "[%d]=%1.9g" macro
|