Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp296 …return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textob… in ProcessText()
593 FX_BOOL CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes… in DrawTextPath() function in CPDF_TextRenderer
602 return pDevice->DrawTextPath(CharPosList.m_nChars, CharPosList.m_pCharPos, in DrawTextPath()
656DrawTextPath(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, NULL, pGraphState, in DrawTextString()
Dfpdf_render.cpp868 …CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m… in ProcessTransparency()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h225 …static FX_BOOL DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT*…
/external/pdfium/core/include/fxge/
Dfx_ge.h443 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp194 …return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_col… in DrawNormalText()
944 FX_BOOL CFX_RenderDevice::DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawTextPath() function in CFX_RenderDevice