Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h268 u16 indexEnd; // widthTable の最後のエントリが対応するグリフインデックス member
/NW4C-1.3.3/sources/libraries/font/
Dfont_ResFont.cpp317 NN_ASSERT( width->indexBegin <= width->indexEnd ); in Rebuild()
Dfont_ResFontBase.cpp395 if (pWidth->indexBegin <= index && index <= pWidth->indexEnd) in GetCharWidthsFromIndex()