Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp37 const CellBuildAntiAlias * const *cells = outline_.GetScanlineCells(scanY_); in SweepScanline() local
41 const CellBuildAntiAlias* curCell = *cells; in SweepScanline()
51 // accumulate all cells with the same X in SweepScanline()
52 while (--numCells && (curCell = *++cells) && (curCell != nullptr) && (curCell->x == x)) { in SweepScanline()

Completed in 2 milliseconds