Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp36 m_TextHorzScale = src.m_TextHorzScale; in Copy()
Dcpdf_allstates.h34 float m_TextHorzScale = 1.0f; variable
Dcpdf_streamcontentparser.cpp1246 pText->CalcPositionData(m_pCurStates->m_TextHorzScale); in AddTextObject()
1262 return GetVerticalTextSize(fKerning) * m_pCurStates->m_TextHorzScale; in GetHorizontalTextSize()
1342 CFX_Matrix text_matrix(m_pCurStates->m_TextHorzScale, 0.0f, 0.0f, 1.0f, 0.0f, in OnChangeTextMatrix()
1372 m_pCurStates->m_TextHorzScale = GetNumber(0) / 100; in Handle_SetHorzScale()