Searched refs:m_TextHorzScale (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 432 m_TextHorzScale = 1.0f; in CPDF_AllStates() 446 m_TextHorzScale = src.m_TextHorzScale; in Copy()
|
D | fpdf_page_parser.cpp | 1255 pText->CalcPositionData(&x_advance, &y_advance, m_pCurStates->m_TextHorzScale, in AddTextObject() 1345 CFX_Matrix text_matrix(m_pCurStates->m_TextHorzScale, 0.0f, 0.0f, 1.0f, 0.0f, in OnChangeTextMatrix() 1373 m_pCurStates->m_TextHorzScale = GetNumber(0) / 100; in Handle_SetHorzScale()
|
D | pageint.h | 321 FX_FLOAT m_TextLeading, m_TextRise, m_TextHorzScale; variable
|