Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp41 const CellBuildAntiAlias* curCell = *cells; in SweepScanline() local
42 if (curCell == nullptr) { in SweepScanline()
43 GRAPHIC_LOGE("Text: RasterizerScanlineAntialias::SweepScanline can not new curCell"); in SweepScanline()
46 int32_t x = curCell->x; in SweepScanline()
47 int32_t area = curCell->area; in SweepScanline()
50 cover += curCell->cover; in SweepScanline()
52 while (--numCells && (curCell = *++cells) && (curCell != nullptr) && (curCell->x == x)) { in SweepScanline()
53 area += curCell in SweepScanline()
[all...]

Completed in 1 milliseconds