Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendercontext.cpp54 const CFX_Matrix* pLastMatrix) { in Render() argument
55 Render(pDevice, nullptr, pOptions, pLastMatrix); in Render()
61 const CFX_Matrix* pLastMatrix) { in Render() argument
70 if (pLastMatrix) { in Render()
71 final_matrix *= *pLastMatrix; in Render()
72 status.SetDeviceMatrix(*pLastMatrix); in Render()
Dcpdf_rendercontext.h48 const CFX_Matrix* pLastMatrix);
53 const CFX_Matrix* pLastMatrix);