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()
466 gen.addMove(Register.R0); in testApfInstructions()471 gen.addMove(Register.R1); in testApfInstructions()
268 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addMove() function in android::SkPathGlue390 addMove(segmentPoints, lengths, points[0]); in createVerbSegments()437 addMove(segmentPoints, lengths, path->getPoint(0)); in approximate()440 addMove(segmentPoints, lengths, SkPoint()); in approximate()
814 public ApfGenerator addMove(Register register) { in addMove() method in ApfGenerator