HomeSort by relevance Sort by last modified time
    Searched refs:GetPlateWidth (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 188 float fNodeWidth = m_pVT->GetPlateWidth() /
294 std::max(m_pVT->GetPlateWidth() - m_pVT->GetLineIndent(), 0.0f);
429 float fTypesetWidth = std::max(m_pVT->GetPlateWidth() - fLineIndent, 0.0f);
cpdf_variabletext.h 136 float GetPlateWidth() const { return m_rcPlate.right - m_rcPlate.left; }
cpdf_variabletext.cpp 850 if (GetPlateWidth() <= 0)
872 if (IsFloatBigger(szTotal.width, GetPlateWidth()) ||

Completed in 1213 milliseconds