Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp215 int yTopMost, yBottomMost; in runBlend() local
222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend()
224 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) in runBlend()
267 cropping_rect.bottom = yBottomMost; in runBlend()