Home
last modified time | relevance | path

Searched refs:tmDoc2Device (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h48 const CFX_Matrix& tmDoc2Device,
100 const CFX_Matrix& tmDoc2Device);
105 const CFX_Matrix& tmDoc2Device);
Dcxfa_textlayout.cpp551 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()