Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp458 uint32_t sortedYSize = maxY_ - minY_ + 1; in SortAllCells() local
459 sortedY_ = GeometryArrayAllocator<SortedYLevel>::Allocate(sortedYSize + CELLS_SIZE); in SortAllCells()
460 if (sortedYSize > INT32_MIN) { in SortAllCells()
463 …if (memset_s(sortedY_, sizeof(SortedYLevel) * sortedYSize, 0, sizeof(SortedYLevel) * sortedYSize) … in SortAllCells()
476 if (((cellPtr->y - minY_) < 0) || ((cellPtr->y - minY_) > (sortedYSize + CELLS_SIZE))) { in SortAllCells()
488 for (i = 0; i < sortedYSize; i++) { in SortAllCells()
510 for (i = 0; i < sortedYSize; i++) { in SortAllCells()