Searched refs:tmDoc2Device (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fdp/include/ |
D | fde_rdr.h | 31 const CFX_Matrix& tmDoc2Device) = 0;
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_render.h | 19 const CFX_Matrix& tmDoc2Device);
|
D | fde_render.cpp | 76 const CFX_Matrix& tmDoc2Device) { in StartRender() argument 89 m_Transform = tmDoc2Device; in StartRender()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.h | 325 const CFX_Matrix& tmDoc2Device, 378 const CFX_Matrix& tmDoc2Device); 384 const CFX_Matrix& tmDoc2Device);
|
D | xfa_textlayout.cpp | 1230 const CFX_Matrix& tmDoc2Device, in DrawString() argument 1279 RenderString(pDevice, pSolidBrush, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString() 1282 RenderPath(pDevice, pPen, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString() 1869 const CFX_Matrix& tmDoc2Device) { in RenderString() argument 1875 pPiece->fFontSize, &tmDoc2Device); in RenderString() 1884 const CFX_Matrix& tmDoc2Device) { in RenderPath() argument 1988 pDevice->DrawPath(pPen, 1, pPath, &tmDoc2Device); in RenderPath()
|