Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp560 int remain = length; in CalcStringRectImpl() local
573 CalcLineRectImpl(&rect, &pos, remain); in CalcStringRectImpl()
574 remain = (end - pos); in CalcStringRectImpl()
580 } while (remain > 0); in CalcStringRectImpl()
663 const int remain = length - (context.str - str); in PrintImpl() local
664 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
670 const int remain = length - (context.str - str); in PrintImpl() local
671 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
Dfont_ArchiveFontBase.cpp802 s32 remain = in ConstructOpExpand() local
806 NN_ASSERT(remain >= 0); in ConstructOpExpand()
813 NN_ASSERT(remain == 0); in ConstructOpExpand()
819 NN_ASSERT(remain != 0); in ConstructOpExpand()