Searched refs:GetPlateWidth (Results 1 – 3 of 3) sorted by relevance
188 float fNodeWidth = m_pVT->GetPlateWidth() / in CharArray()294 std::max(m_pVT->GetPlateWidth() - m_pVT->GetLineIndent(), 0.0f); in SplitLines()429 float fTypesetWidth = std::max(m_pVT->GetPlateWidth() - fLineIndent, 0.0f); in OutputLines()
136 float GetPlateWidth() const { return m_rcPlate.right - m_rcPlate.left; } in GetPlateWidth() function
850 if (GetPlateWidth() <= 0) in GetAutoFontSize()872 if (IsFloatBigger(szTotal.width, GetPlateWidth()) || in IsBigger()