Searched refs:SpotShadow (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp48 #include "SpotShadow.h"
84 struct SpotShadow::VertexAngleData {
146 void SpotShadow::xsort(Vector2* points, int pointsLength) {
161 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) {
226 bool SpotShadow::ccw(float ax, float ay, float bx, float by,
238 void SpotShadow::sort(Vector2* poly, int polyLength, const Vector2& center) {
245 void SpotShadow::swap(Vector2* points, int i, int j) {
254 void SpotShadow::quicksortCirc(Vector2* points, int low, int high,
284 bool SpotShadow::testPointInsidePolygon(const Vector2 testPoint,
310 void SpotShadow
[all...]
H A DSpotShadow.h28 class SpotShadow { class in namespace:android::uirenderer
75 }; // SpotShadow
H A DShadowTessellator.cpp25 #include "SpotShadow.h"
107 SpotShadow::createSpotShadow(isCasterOpaque, adjustedLightCenter, lightRadius,
H A DAndroid.mk97 SpotShadow.cpp \

Completed in 85 milliseconds