Searched refs:DrawNormalText (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 109 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix, in DrawTextString() 114 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, in DrawNormalText() function in CPDF_TextRenderer 155 if (!pDevice->DrawNormalText( in DrawNormalText() 164 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex, in DrawNormalText()
|
D | cpdf_textrenderer.h | 49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
|
D | cpdf_renderstatus.cpp | 1828 return CPDF_TextRenderer::DrawNormalText( in ProcessText()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 164 device->DrawNormalText(iLen, &charpos[1], m_pFont.Get(), in ShowChars() 178 device->DrawNormalText(iLen, &charpos[6], m_pFont.Get(), in ShowChars() 194 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars() 209 device->DrawNormalText(iLen, &charpos[11], m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 188 device->DrawNormalText(iLen, &charpos[1], m_pFont.Get(), in ShowChars() 203 device->DrawNormalText(iLen, &charpos[7], m_pFont.Get(), in ShowChars() 219 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 180 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars() 195 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(), in ShowChars()
|
D | BC_OneDimWriter.cpp | 200 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(), in ShowDeviceChars()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 87 device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, pMatrix, in DrawString() 110 bRet = device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, pMatrix, in DrawString()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 210 bool DrawNormalText(int nChars,
|
D | cfx_renderdevice.cpp | 867 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice
|