Home
last modified time | relevance | path

Searched refs:dy2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java414 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/
DPath.cpp100 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/
DTouchInputMapper.cpp3201 float dy2 = delta2.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures() local
3202 float dot = dx1 * dx2 + dy1 * dy2; in prepareMultiFingerPointerGestures()
/frameworks/base/core/java/android/view/
DViewGroup.java4153 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...