Home
last modified time | relevance | path

Searched refs:rayIntersectPoly (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/shadow/
DAmbientShadowVertexCalculator.java70 float[] intersection = Math3DHelper.rayIntersectPoly(polygon, polygonLength, cx, cy, in generateVertex()
/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java31 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()