Searched refs:addMove (Results 1 – 4 of 4) sorted by relevance
295 gen.addMove(Register.R1); in convertLine()298 gen.addMove(Register.R0); in convertLine()
558 gen.addMove(Register.R0); in testApfInstructions()563 gen.addMove(Register.R1); in testApfInstructions()
244 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addMove() function in android::SkPathGlue367 addMove(segmentPoints, lengths, points[0]); in createVerbSegments()435 addMove(segmentPoints, lengths, path->getPoint(0)); in approximate()438 addMove(segmentPoints, lengths, SkPoint()); in approximate()
834 public ApfGenerator addMove(Register register) { in addMove() method in ApfGenerator