Searched refs:dump_curve (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 625 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) { in dump_curve() function 655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport() 657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 602 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) { in dump_curve() function 632 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport() 634 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport()
|