Searched defs:ay (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/ |
D | SpotShadow.java | 174 private static boolean rightTurn(float ax, float ay, float bx, float by, float cx, float cy) { in rightTurn()
|
/frameworks/base/libs/hwui/ |
D | BakedOpDispatcher.cpp | 469 int ay = ax + 1; in onBitmapMeshOp() local
|
D | PathTessellator.cpp | 1093 float ax, float ay, in recursiveQuadraticBezierVertices()
|
D | SpotShadow.cpp | 226 bool SpotShadow::ccw(float ax, float ay, float bx, float by, in ccw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 3150 private static float cross(float ax, float ay, float bx, float by) { in cross()
|