Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.h53 static constexpr uint8_t RADIX_TREE_BITS = 4; variable
54 static constexpr uint8_t RADIX_SHIFT_START = 32 - RADIX_TREE_BITS;
55 static constexpr uint32_t RADIX_TREE_SLOT_NUM = 1 << RADIX_TREE_BITS;
H A Dglyphs_file.cpp79 for (int32_t i = RADIX_SHIFT_START; i >= 0; i -= RADIX_TREE_BITS) { in GetNodeFromFile()