Searched refs:pCurCP (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 147 FXTEXT_CHARPOS* pCurCP = nullptr; in DrawString() local 170 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize, in DrawString() 173 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize, in DrawString() 178 pCurCP = pCP; in DrawString() 190 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize, in DrawString() 195 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize, in DrawString()
|