Searched refs:tmDoc2Device (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.h | 48 const CFX_Matrix& tmDoc2Device, 100 const CFX_Matrix& tmDoc2Device); 105 const CFX_Matrix& tmDoc2Device);
|
D | cxfa_textlayout.cpp | 551 const CFX_Matrix& tmDoc2Device, in DrawString() argument 597 RenderString(pFxDevice, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString() 600 RenderPath(pFxDevice, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString() 1141 const CFX_Matrix& tmDoc2Device) { in RenderString() argument 1146 iCount, pPiece->fFontSize, &tmDoc2Device); in RenderString() 1155 const CFX_Matrix& tmDoc2Device) { in RenderPath() argument 1267 pDevice->DrawPath(&path, &tmDoc2Device, &graphState, 0, pPiece->dwColor, 0); in RenderPath()
|