Searched refs:rayIntersectPoly (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | AmbientShadowVertexCalculator.java | 70 float[] intersection = Math3DHelper.rayIntersectPoly(polygon, polygonLength, cx, cy, in generateVertex()
|
/frameworks/layoutlib/bridge/src/android/view/math/ |
D | Math3DHelper.java | 31 public static float[] rayIntersectPoly(float[] poly, int polyLength, float px, float py, in rayIntersectPoly() method in Math3DHelper 464 t2[i] = rayIntersectPoly(umbra, umbraLength, cx, cy, dx, dy, 2)[0]; in donutPie2() 465 t1[i] = rayIntersectPoly(penumbra, penumbraLength, cx, cy, dx, dy, 2)[0]; in donutPie2()
|