Searched refs:pLastMatrix (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 980 const CFX_AffineMatrix* pLastMatrix) in Render() argument 982 Render(pDevice, NULL, pOptions, pLastMatrix); in Render() 985 … const CPDF_RenderOptions* pOptions, const CFX_AffineMatrix* pLastMatrix) in Render() argument 991 if (pLastMatrix) { in Render() 993 FinalMatrix.Concat(*pLastMatrix); in Render() 995 status.Initialize(this, pDevice, pLastMatrix, pStopObj, NULL, NULL, pOptions, in Render()
|