Searched refs:mtObj2Device (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 71 const CFX_Matrix& mtObj2Device); 73 const CFX_Matrix& mtObj2Device); 75 const CFX_Matrix& mtObj2Device, 78 const CFX_Matrix& mtObj2Device); 109 const CFX_Matrix& mtObj2Device, 113 const CFX_Matrix& mtObj2Device, 130 const CFX_Matrix& mtObj2Device); 132 const CFX_Matrix& mtObj2Device); 134 const CFX_Matrix& mtObj2Device); 135 bool DrawObjWithBlend(CPDF_PageObject* pObj, const CFX_Matrix& mtObj2Device); [all …]
|
D | cpdf_renderstatus.cpp | 200 const CFX_Matrix& mtObj2Device) { in RenderObjectList() argument 204 CFX_FloatRect clip_rect = mtObj2Device.GetInverse().TransformRect( in RenderObjectList() 220 RenderSingleObject(pCurObj.get(), mtObj2Device); in RenderObjectList() 230 const CFX_Matrix& mtObj2Device) { in RenderSingleObject() argument 243 ProcessClipPath(pObj->m_ClipPath, mtObj2Device); in RenderSingleObject() 244 if (ProcessTransparency(pObj, mtObj2Device)) { in RenderSingleObject() 247 ProcessObjectNoClip(pObj, mtObj2Device); in RenderSingleObject() 254 const CFX_Matrix& mtObj2Device, in ContinueSingleObject() argument 261 DrawObjWithBackground(pObj, mtObj2Device); in ContinueSingleObject() 272 ProcessClipPath(pObj->m_ClipPath, mtObj2Device); in ContinueSingleObject() [all …]
|
D | cpdf_imagerenderer.h | 36 const CFX_Matrix& mtObj2Device,
|
D | cpdf_imagerenderer.cpp | 165 const CFX_Matrix& mtObj2Device, in Start() argument 173 m_mtObj2Device = mtObj2Device; in Start() 179 m_ImageMatrix = m_pImageObject->matrix() * mtObj2Device; in Start()
|