Searched refs:dy2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 414 public void rQuadTo(float dx1, float dy1, float dx2, float dy2) { in rQuadTo() argument 415 nRQuadTo(mNativePath, dx1, dy1, dx2, dy2); in rQuadTo() 457 public void rConicTo(float dx1, float dy1, float dx2, float dy2, float weight) { in rConicTo() argument 458 nRConicTo(mNativePath, dx1, dy1, dx2, dy2, weight); in rConicTo() 868 private static native void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2); in nRQuadTo() argument 871 private static native void nRConicTo(long nPath, float dx1, float dy1, float dx2, float dy2, in nRConicTo() argument
|
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 100 jfloat dx2, jfloat dy2) { in rQuadTo() argument 102 obj->rQuadTo(dx1, dy1, dx2, dy2); in rQuadTo() 112 jfloat dx2, jfloat dy2, jfloat weight) { in rConicTo() argument 114 obj->rConicTo(dx1, dy1, dx2, dy2, weight); in rConicTo()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 3201 float dy2 = delta2.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures() local 3202 float dot = dx1 * dx2 + dy1 * dy2; in prepareMultiFingerPointerGestures()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 4153 int dx1, int dy1, int dx2, int dy2, Paint paint) { in fillDifference() argument 4158 int y4 = y3 + dy2; in fillDifference()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |