Home
last modified time | relevance | path

Searched refs:GetMutableMatrix (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobject.cpp90 m_GeneralState.GetMutableMatrix()->Concat(matrix); in TransformGeneralState()
Dcpdf_textstate.h45 float* GetMutableMatrix();
Dcpdf_generalstate.h78 CFX_Matrix* GetMutableMatrix();
Dcpdf_textstate.cpp41 float* CPDF_TextState::GetMutableMatrix() { in GetMutableMatrix() function in CPDF_TextState
Dcpdf_generalstate.cpp255 CFX_Matrix* CPDF_GeneralState::GetMutableMatrix() { in GetMutableMatrix() function in CPDF_GeneralState
Dcpdf_textobject.cpp173 float* pTextMatrix = m_TextState.GetMutableMatrix(); in Transform()
Dcpdf_streamcontentparser.cpp1347 float* pTextMatrix = m_pCurStates->m_TextState.GetMutableMatrix(); in OnChangeTextMatrix()