Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h69 CELL_BLOCK_MASK = CELL_BLOCK_SIZE - 1, enumerator
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp89 if ((numCells_ & CELL_BLOCK_MASK) == 0) { in AddCurrentCell()