Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp29 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, in DrawTextPath() function in CPDF_TextRenderer
55 if (!pDevice->DrawTextPath(i - startIndex, &pos[startIndex], font, in DrawTextPath()
65 if (!pDevice->DrawTextPath(pos.size() - startIndex, &pos[startIndex], font, in DrawTextPath()
Dcpdf_textrenderer.h35 static bool DrawTextPath(CFX_RenderDevice* pDevice,
Dcpdf_renderstatus.cpp712 CPDF_TextRenderer::DrawTextPath( in ProcessTransparency()
931 return CPDF_TextRenderer::DrawTextPath( in ProcessText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h165 bool DrawTextPath(int nChars,
Dcfx_renderdevice.cpp886 return DrawTextPath(nChars, pCharPos, pFont, font_size, mtText2Device, in DrawNormalText()
1043 bool CFX_RenderDevice::DrawTextPath(int nChars, in DrawTextPath() function in CFX_RenderDevice