Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h39 const f32 yOrigin; //!< 描画開始Y座標。 member
52 yOrigin(aYOrigin), in PrintContext()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp597 f32 yOrigin = GetCursorY(); in PrintImpl() local
601 const f32 orgCursorY = yOrigin; in PrintImpl()
606 f32 textWidth = AdjustCursor(&xOrigin, &yOrigin, str, length); in PrintImpl()
609 PrintContext<CharType> context(this, str, xOrigin, yOrigin, 0); in PrintImpl()