Searched refs:yOrigin (Results 1 – 2 of 2) sorted by relevance
37 const f32 yOrigin; //!< 描画開始Y座標。 member50 yOrigin(aYOrigin), in PrintContext()
595 f32 yOrigin = GetCursorY(); in PrintImpl() local599 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()