Home
last modified time | relevance | path

Searched refs:CPDF_TextRenderer (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp284 …return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textob… in ProcessText()
288 …return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, text… in ProcessText()
579 FX_BOOL CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes… in DrawTextPath()
592 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, int left, int top, CPDF_Font* pFo… in DrawTextString()
603 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origi… in DrawTextString()
649 FX_BOOL CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCod… in DrawNormalText()
Dfpdf_render.cpp834CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m… in ProcessTransparency()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp53CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, crTextStro… in DrawTextString()
56CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, 0, NULL, &… in DrawTextString()
72CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, c… in DrawTextString()
75CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, 0… in DrawTextString()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h189 class CPDF_TextRenderer
Dfpdf_pageobj.h611 friend class CPDF_TextRenderer; variable