Home
last modified time | relevance | path

Searched refs:DrawString (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffpushbutton.cpp187 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()
Dcxfa_textlayout.h52 bool DrawString(CFX_RenderDevice* pFxDevice,
Dxfa_fftext.cpp68 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
Dcxfa_textlayout.cpp558 bool CXFA_TextLayout::DrawString(CFX_RenderDevice* pFxDevice, in DrawString() function in CXFA_TextLayout
1166 pDevice->DrawString(pBrush, pPiece->pFont, pCharPos, iCount, in RenderString()
Dxfa_fffield.cpp593 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderCaption()
/external/pdfium/xfa/fde/
Dfde_render.cpp125 m_pRenderDevice->DrawString(m_pBrush.get(), pFont, m_CharPos.data(), iCount, in RenderText()
Dfde_gedevice.h42 bool DrawString(CFDE_Brush* pBrush,
Dfde_gedevice.cpp123 bool CFDE_RenderDevice::DrawString(CFDE_Brush* pBrush, in DrawString() function in CFDE_RenderDevice
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp731 m_pRenderDevice->DrawString(pBrush.get(), m_pFont, m_CharPos.data(), in OnDraw()