Home
last modified time | relevance | path

Searched refs:GetVerticalTextSize (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h104 float GetVerticalTextSize(float fKerning) const;
Dcpdf_streamcontentparser.cpp1217 m_pCurStates->m_TextPos.y -= GetVerticalTextSize(fInitKerning); in AddTextObject()
1255 m_pCurStates->m_TextPos.y -= GetVerticalTextSize(kernings[nSegs - 1]); in AddTextObject()
1262 return GetVerticalTextSize(fKerning) * m_pCurStates->m_TextHorzScale; in GetHorizontalTextSize()
1265 float CPDF_StreamContentParser::GetVerticalTextSize(float fKerning) const { in GetVerticalTextSize() function in CPDF_StreamContentParser