Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h50 const CFX_Matrix& mtDoc2Device,
108 const CFX_Matrix& mtDoc2Device);
113 const CFX_Matrix& mtDoc2Device);
Dcxfa_textlayout.cpp567 const CFX_Matrix& mtDoc2Device, in DrawString() argument
604 RenderString(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
607 RenderPath(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
1118 const CFX_Matrix& mtDoc2Device) { in RenderString() argument
1124 pPiece->fFontSize, mtDoc2Device); in RenderString()
1133 const CFX_Matrix& mtDoc2Device) { in RenderPath() argument
1249 pDevice->DrawPath(&path, &mtDoc2Device, &graphState, 0, pPiece->dwColor, 0); in RenderPath()