Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp300 …return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, text… in ProcessText()
654DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, fill_argb, pOptio… in DrawTextString()
663 FX_BOOL CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCod… in DrawNormalText() function in CPDF_TextRenderer
698 …return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos, &pFont->m_Font, pCach… in DrawNormalText()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h231 …static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOA…
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp493 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font), in Display()
497 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font), in Display()
/external/pdfium/core/include/fxge/
Dfx_ge.h437 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp149 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawNormalText() function in CFX_RenderDevice