Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp24 CellBuildAntiAlias** ptr = cells_ + numBlocks_ - 1; in ~RasterizerCellsAntiAlias()
29 GeometryArrayAllocator<CellBuildAntiAlias*>::Deallocate(cells_, maxBlocks_); in ~RasterizerCellsAntiAlias()
47 cells_(0), in RasterizerCellsAntiAlias()
417 if (cells_) { in AllocateBlock()
419 cells_, maxBlocks_ * sizeof(CellBuildAntiAlias*)) != EOK) { in AllocateBlock()
423 GeometryArrayAllocator<CellBuildAntiAlias*>::Deallocate(cells_, maxBlocks_); in AllocateBlock()
425 cells_ = newCells; in AllocateBlock()
428cells_[numBlocks_++] = GeometryArrayAllocator<CellBuildAntiAlias>::Allocate(CELL_BLOCK_SIZE); in AllocateBlock()
431 currCellPtr_ = cells_[currBlock_++]; in AllocateBlock()
468 CellBuildAntiAlias** blockPtr = cells_; in SortAllCells()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h228 CellBuildAntiAlias** cells_; variable