Searched refs:moveToPt (Results 1 – 4 of 4) sorted by relevance
39 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMove() local40 path.moveTo(moveToPt); in AddMove()41 return moveToPt; in AddMove()45 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveClose() local46 path.moveTo(moveToPt); in AddMoveClose()48 return moveToPt; in AddMoveClose()57 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLine() local58 path.moveTo(moveToPt); in AddMoveDegenLine()59 path.lineTo(moveToPt); in AddMoveDegenLine()60 return moveToPt; in AddMoveDegenLine()[all …]
129 SkPoint moveToPt() const { return fFirstPt; } in moveToPt() function in SkPathStroker1437 stroker.lineTo(stroker.moveToPt()); in strokePath()
129 SkPoint moveToPt() const { return fFirstPt; } in moveToPt() function in SkPathStroker1438 stroker.lineTo(stroker.moveToPt()); in strokePath()