Searched refs:DrawString (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpushbutton.cpp | 195 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()
|
D | xfa_fftext.cpp | 59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
|
D | xfa_textlayout.h | 324 FX_BOOL DrawString(CFX_RenderDevice* pFxDevice,
|
D | xfa_fffield.cpp | 680 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderCaption()
|
D | xfa_textlayout.cpp | 1229 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/ |
D | fde_rdv.h | 42 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.h | 33 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
|
D | fde_gdidevice.h | 42 virtual FX_BOOL DrawString(IFDE_Brush* pBrush,
|
D | fde_render.cpp | 208 m_pRenderDevice->DrawString(m_pSolidBrush, pFont, m_pCharPos, iCount, in RenderText()
|
D | fde_gedevice.cpp | 133 FX_BOOL CFDE_FxgeDevice::DrawString(IFDE_Brush* pBrush, in DrawString() function in CFDE_FxgeDevice
|
D | fde_gdidevice.cpp | 142 FX_BOOL CFDE_GdiDevice::DrawString(IFDE_Brush* pBrush, in DrawString() function in CFDE_GdiDevice
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 797 m_pRenderDevice->DrawString(pBrush, m_pFont, m_pCharPos, iCount, in OnDraw()
|