HomeSort by relevance Sort by last modified time
    Searched refs:DrawNormalText (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 216 static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 288 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
640 DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, fill_argb, pOptions);
649 FX_BOOL CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
684 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos, &pFont->m_Font, pCache, font_size, pText2Device, fill_argb, FXGE_flags);
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 490 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
494 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
  /external/pdfium/core/include/fxge/
fx_ge.h 433 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 127 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
    [all...]

Completed in 107 milliseconds