Searched refs:BITS_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp526 const uint8 BITS_PER_BLOCK = 32; local
541 for (int bit = 0; bit < BITS_PER_BLOCK; ++bit) {
586 uint32 endPoint = currentCodePoint + BITS_PER_BLOCK - 1;
605 block += BITS_PER_BLOCK;

Completed in 28 milliseconds