Searched refs:firstPt (Results 1 – 5 of 5) sorted by relevance
152 SkPoint firstPt, lastPt; in showPathData() local158 firstPt = pts[0]; in showPathData()181 if (firstPtSet && lastPtSet && firstPt != lastPt) { in showPathData()183 firstPt.fX, firstPt.fY); in showPathData()
242 SkPoint firstPt; in conservativelyContainsRect() local257 firstPt = prevPt = pts[0]; in conservativelyContainsRect()289 return check_edge_against_rect(prevPt, firstPt, rect, direction); in conservativelyContainsRect()
420 const SkPoint& firstPt = fPts[0]; in addT() local439 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) { in addT()