Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp458 int32_t sortedYSize = maxY_ - minY_ + 1; in SortAllCells() local
459 sortedY_ = GeometryArrayAllocator<SortedYLevel>::Allocate(sortedYSize + CELLS_SIZE); in SortAllCells()
460 if (memset_s(sortedY_, sizeof(SortedYLevel) * sortedYSize, 0, sizeof(SortedYLevel) * sortedYSize) != EOK) { in SortAllCells()
473 if (((cellPtr->y - minY_) < 0) || ((cellPtr->y - minY_) > (sortedYSize + CELLS_SIZE))) { in SortAllCells()
485 for (i = 0; i < sortedYSize; i++) { in SortAllCells()
507 for (i = 0; i < sortedYSize; i++) { in SortAllCells()

Completed in 2 milliseconds