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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp125 float interpVal = (dx * (p1.y - rayOrigin.y) + dy * rayOrigin.x - dy * p1.x) / divisor; local
126 if (interpVal < 0 || interpVal > 1) {
127 ALOGW("rayIntersectPoints is hitting outside the segment %f", interpVal);

Completed in 93 milliseconds