Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java360 float testy = y; in pointInsidePolygon() local
362 if (((poly[i * 2 + 1] > testy) != (poly[j * 2 + 1] > testy)) && in pointInsidePolygon()
363 (testx < (poly[j * 2] - poly[i * 2]) * (testy - poly[i * 2 + 1]) in pointInsidePolygon()