Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp260 const CFX_AffineMatrix* pDeviceMatrix = pObj2Device; in ProcessText() local
269 pDeviceMatrix = &device_matrix; in ProcessText()
285 … &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText()
Dfpdf_render.cpp216 … const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, in Initialize() argument
227 if (pDeviceMatrix) { in Initialize()
228 m_DeviceMatrix = *pDeviceMatrix; in Initialize()
Drender_int.h97 …ass CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pDeviceMatrix,