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