Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkAddIntersections.cpp39 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowLineIntersection()
42 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1)); in debugShowLineIntersection()
46 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]); in debugShowLineIntersection()
60 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadLineIntersection()
80 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadIntersection()
100 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " CONIC_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowConicLineIntersection()
120 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " CONIC_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowConicQuadIntersection()
141 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " CONIC_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowConicIntersection()
161 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " CUBIC_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowCubicLineIntersection()
181 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " CUBIC_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowCubicQuadIntersection()
[all …]
DSkPathOpsDebug.h214 #define T_DEBUG_STR(t, n) #t "[" #n "]=%1.9g" macro