Searched refs:yBottomCorners (Results 1 – 1 of 1) sorted by relevance
154 double yBottomCorners[2] = {-2e30, -2e30}; in runBlend() local192 …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()