Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp562 int remain = length; in CalcStringRectImpl() local
575 CalcLineRectImpl(&rect, &pos, remain); in CalcStringRectImpl()
576 remain = (end - pos); in CalcStringRectImpl()
582 } while (remain > 0); in CalcStringRectImpl()
665 const int remain = length - (context.str - str); in PrintImpl() local
666 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
672 const int remain = length - (context.str - str); in PrintImpl() local
673 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
Dfont_ArchiveFontBase.cpp804 s32 remain = in ConstructOpExpand() local
808 NN_ASSERT(remain >= 0); in ConstructOpExpand()
815 NN_ASSERT(remain == 0); in ConstructOpExpand()
821 NN_ASSERT(remain != 0); in ConstructOpExpand()