Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_TagProcessorBase.h37 const f32 yOrigin; //!< 描画開始Y座標。 member
50 yOrigin(aYOrigin), in PrintContext()
/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp595 f32 yOrigin = GetCursorY(); in PrintImpl() local
599 const f32 orgCursorY = yOrigin; in PrintImpl()
604 f32 textWidth = AdjustCursor(&xOrigin, &yOrigin, str, length); in PrintImpl()
607 PrintContext<CharType> context(this, str, xOrigin, yOrigin, 0); in PrintImpl()