Searched refs:DrawTextPath (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 296 …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() 656 … DrawTextPath(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, NULL, pGraphState, in DrawTextString()
|
D | fpdf_render.cpp | 868 …CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m… in ProcessTransparency()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 225 …static FX_BOOL DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT*…
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 443 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 194 …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
|