Searched refs:DrawString (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffpushbutton.cpp | 187 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip)) in RenderHighlightCaption() 190 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip)) in RenderHighlightCaption() 195 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderHighlightCaption()
|
D | cxfa_textlayout.h | 52 bool DrawString(CFX_RenderDevice* pFxDevice,
|
D | xfa_fftext.cpp | 68 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
|
D | cxfa_textlayout.cpp | 558 bool CXFA_TextLayout::DrawString(CFX_RenderDevice* pFxDevice, in DrawString() function in CXFA_TextLayout 1166 pDevice->DrawString(pBrush, pPiece->pFont, pCharPos, iCount, in RenderString()
|
D | xfa_fffield.cpp | 593 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderCaption()
|
/external/pdfium/xfa/fde/ |
D | fde_render.cpp | 125 m_pRenderDevice->DrawString(m_pBrush.get(), pFont, m_CharPos.data(), iCount, in RenderText()
|
D | fde_gedevice.h | 42 bool DrawString(CFDE_Brush* pBrush,
|
D | fde_gedevice.cpp | 123 bool CFDE_RenderDevice::DrawString(CFDE_Brush* pBrush, in DrawString() function in CFDE_RenderDevice
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.cpp | 731 m_pRenderDevice->DrawString(pBrush.get(), m_pFont, m_CharPos.data(), in OnDraw()
|