Searched defs:dy3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java747 float dx3, float dy3) {
756 dy3 += mLastY;
757 mPath.curveTo(dx1, dy1, dx2, dy2, mLastX = dx3, mLastY = dy3);
746 rCubicTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) argument

Completed in 33 milliseconds