Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp140 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceAtop() local
141 alloc.Resize(allocMaxX - allocMinx); in BlendSourceAtop()
235 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceIn() local
236 alloc.Resize(allocMaxX-allocMinx); in BlendSourceIn()
257 …int16_t allocMaxX = (raster1.GetMaxX() > raster2.GetMaxX()) ? raster1.GetMaxX() : raster2.GetMaxX(… in BlendSourceOut() local
258 alloc.Resize(allocMaxX-allocMinx); in BlendSourceOut()
399 … int16_t allocMaxX = raster1.GetMaxX() > raster2.GetMaxX() ? raster1.GetMaxX() : raster2.GetMaxX(); in BlendXOR() local
400 alloc.Resize(allocMaxX-allocMinx); in BlendXOR()