Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/apf/
DBpf2Apf.java295 gen.addMove(Register.R1); in convertLine()
298 gen.addMove(Register.R0); in convertLine()
DApfTest.java558 gen.addMove(Register.R0); in testApfInstructions()
563 gen.addMove(Register.R1); in testApfInstructions()
/frameworks/base/core/jni/android/graphics/
DPath.cpp244 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addMove() function in android::SkPathGlue
367 addMove(segmentPoints, lengths, points[0]); in createVerbSegments()
435 addMove(segmentPoints, lengths, path->getPoint(0)); in approximate()
438 addMove(segmentPoints, lengths, SkPoint()); in approximate()
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java834 public ApfGenerator addMove(Register register) { in addMove() method in ApfGenerator