Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java202 if (pointInsidePolygon(poly1[i * 2], poly1[i * 2 + 1], poly2, poly2length)) { in intersection()
211 if (pointInsidePolygon(poly2[i * 2], poly2[i * 2 + 1], poly1, poly1length)) { in intersection()
357 private static boolean pointInsidePolygon(float x, float y, float[] poly, int len) { in pointInsidePolygon() method in Math3DHelper