Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h492 u32 wordIndex = index / 32; in GetBit() local
494 return ((bits[wordIndex] << bitIndex) & (1u << 31)) != 0; in GetBit()