Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp144 double xRightCorners[2] = {-2e30, -2e30}; in runBlend() local
175 … if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher in runBlend()
177 xRightCorners[0] = x3; in runBlend()
178 xRightCorners[1] = x2; in runBlend()
219 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); in runBlend()