Searched refs:allocMaxX (Results 1 – 1 of 1) sorted by relevance
140 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceAtop() local141 alloc.Resize(allocMaxX - allocMinx); in BlendSourceAtop()235 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceIn() local236 alloc.Resize(allocMaxX-allocMinx); in BlendSourceIn()257 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceOut() local258 alloc.Resize(allocMaxX-allocMinx); in BlendSourceOut()399 … int16_t allocMaxX = raster1.GetMaxX() > raster2.GetMaxX() ? raster1.GetMaxX() : raster2.GetMaxX(); in BlendXOR() local400 alloc.Resize(allocMaxX-allocMinx); in BlendXOR()