Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp154 double yBottomCorners[2] = {-2e30, -2e30}; in runBlend() local
192 …if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is high… in runBlend()
194 yBottomCorners[0] = y1; in runBlend()
195 yBottomCorners[1] = y2; in runBlend()
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend()