Home
last modified time | relevance | path

Searched refs:BLOCK_SCALE_SIZE (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.h33 BLOCK_SCALE_SIZE = 1 << BLOCK_SCALE_SHIFT, enumerator
34 BLOCK_SCALE_MASK = BLOCK_SCALE_SIZE - 1,
87 … *coordBLK, BLOCK_SCALE_SIZE * TWO_TIMES + BLOCK_SCALE_SIZE / (sizeof(float) / sizeof(uint8_t))); in FreeAll()
210 BLOCK_SCALE_SIZE * TWO_TIMES + BLOCK_SCALE_SIZE / (sizeof(float) / sizeof(uint8_t))); in AllocateBlock()
212 cmdBlocks_[nb] = (uint8_t*)(croodBlocks_[nb] + BLOCK_SCALE_SIZE * TWO_TIMES); in AllocateBlock()