Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp19 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, in DrawTextPath() function in CPDF_TextRenderer
46 if (!pDevice->DrawTextPath(i - startIndex, in DrawTextPath()
57 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex, in DrawTextPath()
Dcpdf_textrenderer.h36 static bool DrawTextPath(CFX_RenderDevice* pDevice,
Dcpdf_renderstatus.cpp1569 CPDF_TextRenderer::DrawTextPath( in ProcessTransparency()
1784 return CPDF_TextRenderer::DrawTextPath( in ProcessText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h210 bool DrawTextPath(int nChars,
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp887 return DrawTextPath(nChars, pCharPos, pFont, font_size, pText2Device, in DrawNormalText()
1067 bool CFX_RenderDevice::DrawTextPath(int nChars, in DrawTextPath() function in CFX_RenderDevice