Searched refs:m_WidthLimit (Results 1 – 2 of 2) sorted by relevance
166 void SetWidthLimit(f32 limit) { m_WidthLimit = limit; } in SetWidthLimit()173 f32 GetWidthLimit() const { return m_WidthLimit; } in GetWidthLimit()643 f32 m_WidthLimit; //!< 描画幅制限 variable
94 m_WidthLimit(FLT_MAX), in TextWriterBase()393 const bool bUseLimit = m_WidthLimit < FLT_MAX; in CalcLineRectImpl()455 && (myCopy.GetCursorX() - context.xOrigin > m_WidthLimit) in CalcLineRectImpl()520 if (width > m_WidthLimit) in CalcLineRectImpl()600 const bool bUseLimit = m_WidthLimit < FLT_MAX; in PrintImpl()645 && myCopy.GetCursorX() - context.xOrigin > m_WidthLimit in PrintImpl()734 if (width > m_WidthLimit) in PrintImpl()