Home
last modified time | relevance | path

Searched refs:DrawNormalText (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp109 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()
Dcpdf_textrenderer.h49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
Dcpdf_renderstatus.cpp1828 return CPDF_TextRenderer::DrawNormalText( in ProcessText()
/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp164 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()
DBC_OnedEAN13Writer.cpp188 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()
DBC_OnedEAN8Writer.cpp180 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars()
195 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(), in ShowChars()
DBC_OneDimWriter.cpp200 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(), in ShowDeviceChars()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp87 device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, pMatrix, in DrawString()
110 bRet = device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, pMatrix, in DrawString()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h210 bool DrawNormalText(int nChars,
Dcfx_renderdevice.cpp867 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice