Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp566 bool CXFA_TextLayout::DrawString(CFX_RenderDevice* pFxDevice, in DrawString() argument
570 if (!pFxDevice) in DrawString()
573 pFxDevice->SaveState(); in DrawString()
574 pFxDevice->SetClip_Rect(rtClip.GetOuterRect()); in DrawString()
604 RenderString(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
607 RenderPath(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
609 pFxDevice->RestoreState(false); in DrawString()
Dcxfa_textlayout.h49 bool DrawString(CFX_RenderDevice* pFxDevice,