Home
last modified time | relevance | path

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

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