Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp105 DrawNormalText(pDevice, codes, positions, pFont, font_size, new_matrix, in DrawTextString()
110 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, in DrawNormalText() function in CPDF_TextRenderer
150 if (!pDevice->DrawNormalText(i - startIndex, &pos[startIndex], font, in DrawNormalText()
159 if (!pDevice->DrawNormalText(pos.size() - startIndex, &pos[startIndex], font, in DrawNormalText()
Dcpdf_textrenderer.h48 static bool DrawNormalText(CFX_RenderDevice* pDevice,
Dcpdf_renderstatus.cpp938 return CPDF_TextRenderer::DrawNormalText( in ProcessText()
/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp165 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars()
179 device->DrawNormalText(length, &charpos[6], m_pFont.Get(), in ShowChars()
195 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars()
210 device->DrawNormalText(length, &charpos[11], m_pFont.Get(), in ShowChars()
DBC_OnedEAN13Writer.cpp180 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars()
195 device->DrawNormalText(length, &charpos[7], m_pFont.Get(), in ShowChars()
211 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars()
DBC_OnedEAN8Writer.cpp171 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars()
186 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(), in ShowChars()
DBC_OneDimWriter.cpp175 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(), in ShowDeviceChars()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp91 device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, matrix, in DrawString()
114 bRet = device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, matrix, in DrawString()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h158 bool DrawNormalText(int nChars,
Dcfx_renderdevice.cpp852 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice