Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.cpp325 int oldPoly2Length = poly2Length; in intersection() local
351 testConvex(oldPoly2, oldPoly2Length, "input poly2"); in intersection()
353 testIntersection(poly1, poly1Length, oldPoly2, oldPoly2Length, poly2, resultLength); in intersection()