Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_path_storage.h32 BLOCK_SCALE_SHIFT = THIRTY_TWO_COLOR_NUM, enumerator
33 BLOCK_SCALE_SIZE = 1 << BLOCK_SCALE_SHIFT,
164 uint32_t nb = idx >> BLOCK_SCALE_SHIFT; in GenerateVertex()
179 return cmdBlocks_[index >> BLOCK_SCALE_SHIFT][index & BLOCK_SCALE_MASK]; in Command()
218 uint32_t nb = totalVertices_ >> BLOCK_SCALE_SHIFT; in StoragePtrs()