Home
last modified time | relevance | path

Searched refs:GetPlateWidth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp191 FX_FLOAT fNodeWidth = m_pVT->GetPlateWidth() / in CharArray()
290 m_pVT->GetPlateWidth() - m_pVT->GetLineIndent(m_pSection->m_SecInfo), in SplitLines()
426 FX_FLOAT fTypesetWidth = std::max(m_pVT->GetPlateWidth() - fLineIndent, 0.0f); in OutputLines()
Dcpdf_variabletext.h152 FX_FLOAT GetPlateWidth() const { return m_rcPlate.right - m_rcPlate.left; } in GetPlateWidth() function
Dcpdf_variabletext.cpp988 if (GetPlateWidth() <= 0) in GetAutoFontSize()
1015 if (IsFloatBigger(szTotal.width, GetPlateWidth()) || in IsBigger()
1109 return CFX_SizeF(GetPlateWidth(), GetPlateHeight()); in GetPlateSize()