Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textstate.h58 const float* GetCTM() const;
Dcpdf_textstate.cpp73 const float* CPDF_TextState::GetCTM() const { in GetCTM() function in CPDF_TextState
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp914 const float* pCTM = textobj->m_TextState.GetCTM(); in ProcessText()