Searched refs:m_WidthLimit (Results 1 – 2 of 2) sorted by relevance
164 void SetWidthLimit(f32 limit) { m_WidthLimit = limit; } in SetWidthLimit()171 f32 GetWidthLimit() const { return m_WidthLimit; } in GetWidthLimit()641 f32 m_WidthLimit; //!< 描画幅制限 variable
92 m_WidthLimit(FLT_MAX), in TextWriterBase()391 const bool bUseLimit = m_WidthLimit < FLT_MAX; in CalcLineRectImpl()453 && (myCopy.GetCursorX() - context.xOrigin > m_WidthLimit) in CalcLineRectImpl()518 if (width > m_WidthLimit) in CalcLineRectImpl()598 const bool bUseLimit = m_WidthLimit < FLT_MAX; in PrintImpl()643 && myCopy.GetCursorX() - context.xOrigin > m_WidthLimit in PrintImpl()732 if (width > m_WidthLimit) in PrintImpl()