Searched refs:DrawTextPath (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 27 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, in DrawTextPath() function in CPDF_TextRenderer 53 if (!pDevice->DrawTextPath(i - startIndex, in DrawTextPath() 63 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex, in DrawTextPath()
|
D | cpdf_textrenderer.h | 36 static bool DrawTextPath(CFX_RenderDevice* pDevice,
|
D | cpdf_renderstatus.cpp | 1606 CPDF_TextRenderer::DrawTextPath( in ProcessTransparency() 1821 return CPDF_TextRenderer::DrawTextPath( in ProcessText()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 217 bool DrawTextPath(int nChars,
|
D | cfx_renderdevice.cpp | 906 return DrawTextPath(nChars, pCharPos, pFont, font_size, pText2Device, in DrawNormalText() 1086 bool CFX_RenderDevice::DrawTextPath(int nChars, in DrawTextPath() function in CFX_RenderDevice
|