Home
last modified time | relevance | path

Searched refs:allocMinx (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp139 int16_t allocMinx = (raster1.GetMinX() > raster2.GetMinX()) ? raster2.GetMinX() : raster1.GetMinX(); in BlendSourceAtop() local
141 alloc.Resize(allocMaxX - allocMinx); in BlendSourceAtop()
234 int16_t allocMinx = (raster1.GetMinX() > raster2.GetMinX()) ? raster2.GetMinX() : raster1.GetMinX(); in BlendSourceIn() local
236 alloc.Resize(allocMaxX-allocMinx); in BlendSourceIn()
256 int16_t allocMinx = (raster1.GetMinX() > raster2.GetMinX()) ? raster2.GetMinX() : raster1.GetMinX(); in BlendSourceOut() local
258 alloc.Resize(allocMaxX-allocMinx); in BlendSourceOut()
398 int16_t allocMinx = raster1.GetMinX() > raster2.GetMinX() ? raster2.GetMinX() : raster1.GetMinX(); in BlendXOR() local
400 alloc.Resize(allocMaxX-allocMinx); in BlendXOR()

Completed in 2 milliseconds