Searched refs:rayIntersectPoly (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.h | 44 static float rayIntersectPoly(const Vector2* poly, int polyLength,
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/ |
D | SpotShadow.java | 23 private static float rayIntersectPoly(@NonNull float[] poly, int polyLength, float px, float py, in rayIntersectPoly() method in SpotShadow 560 t2[i] = rayIntersectPoly(umbra, umbraLength, cx, cy, dx, dy); in triangulateConcentricPolygon() 561 t1[i] = rayIntersectPoly(penumbra, penumbraLength, cx, cy, dx, dy); in triangulateConcentricPolygon()
|