Home
last modified time | relevance | path

Searched refs:addMove (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/android/net/apf/
DBpf2Apf.java295 gen.addMove(Register.R1); in convertLine()
298 gen.addMove(Register.R0); in convertLine()
DApfTest.java466 gen.addMove(Register.R0); in testApfInstructions()
471 gen.addMove(Register.R1); in testApfInstructions()
/frameworks/base/core/jni/android/graphics/
DPath.cpp268 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addMove() function in android::SkPathGlue
390 addMove(segmentPoints, lengths, points[0]); in createVerbSegments()
437 addMove(segmentPoints, lengths, path->getPoint(0)); in approximate()
440 addMove(segmentPoints, lengths, SkPoint()); in approximate()
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java814 public ApfGenerator addMove(Register register) { in addMove() method in ApfGenerator