Home
last modified time | relevance | path

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

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