Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp195 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip)) { in RenderHighlightCaption()
199 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip)) { in RenderHighlightCaption()
205 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderHighlightCaption()
Dxfa_fftext.cpp59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
Dxfa_textlayout.h324 FX_BOOL DrawString(CFX_RenderDevice* pFxDevice,
Dxfa_fffield.cpp680 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderCaption()
Dxfa_textlayout.cpp1229 FX_BOOL CXFA_TextLayout::DrawString(CFX_RenderDevice* pFxDevice, in DrawString() function in CXFA_TextLayout
1874 pDevice->DrawString(pBrush, pPiece->pFont, pCharPos, iCount, in RenderString()
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h42 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.h33 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
Dfde_gdidevice.h42 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
Dfde_render.cpp208 m_pRenderDevice->DrawString(m_pSolidBrush, pFont, m_pCharPos, iCount, in RenderText()
Dfde_gedevice.cpp133 FX_BOOL CFDE_FxgeDevice::DrawString(IFDE_Brush* pBrush, in DrawString() function in CFDE_FxgeDevice
Dfde_gdidevice.cpp142 FX_BOOL CFDE_GdiDevice::DrawString(IFDE_Brush* pBrush, in DrawString() function in CFDE_GdiDevice
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp797 m_pRenderDevice->DrawString(pBrush, m_pFont, m_pCharPos, iCount, in OnDraw()