Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp411 CellBuildAntiAlias** newCells = in AllocateBlock() local
414 if (newCells == nullptr) { in AllocateBlock()
418 if (memcpy_s(newCells, maxBlocks_ * sizeof(CellBuildAntiAlias*), in AllocateBlock()
425 cells_ = newCells; in AllocateBlock()