Searched refs:DrawNormalText (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 300 …return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, text… in ProcessText() 654 …DrawNormalText(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/ |
D | fpdf_render.h | 231 …static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOA…
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 493 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/ |
D | fx_ge.h | 437 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 149 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawNormalText() function in CFX_RenderDevice
|