Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp149 double yBottomCorners[2] = {-2e30, -2e30}; in runBlend() local
187 …if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is high… in runBlend()
189 yBottomCorners[0] = y1; in runBlend()
190 yBottomCorners[1] = y2; in runBlend()
222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend()