Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp466 CellBuildAntiAlias* cellPtr = nullptr; in SortAllCells() local
470 cellPtr = *blockPtr++; in SortAllCells()
473 if (((cellPtr->y - minY_) < 0) || ((cellPtr->y - minY_) > (sortedYSize + CELLS_SIZE))) { in SortAllCells()
478 sortedY_[cellPtr->y - minY_].start++; in SortAllCells()
479 ++cellPtr; in SortAllCells()
495 cellPtr = *blockPtr++; in SortAllCells()
499 SortedYLevel& currY = sortedY_[cellPtr->y - minY_]; in SortAllCells()
500 sortedCells_[currY.start + currY.num] = cellPtr; in SortAllCells()
502 ++cellPtr; in SortAllCells()
[all...]

Completed in 2 milliseconds