Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp187 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
199 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
211 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
225 device->DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
241 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
252 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
278 device->DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
DBC_OnedEAN13Writer.cpp223 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
235 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
248 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
262 device->DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
279 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
290 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
DBC_OnedEAN8Writer.cpp219 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
229 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
243 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
DBC_OneDimWriter.cpp204 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowDeviceChars()
223 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowBitmapChars()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp182 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, pCache, in DrawString()
186 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache, in DrawString()
203 FX_BOOL bRet = m_pDevice->DrawNormalText( in DrawString()
210 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache, in DrawString()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp297 return CPDF_TextRenderer::DrawNormalText( in ProcessText()
671 DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, in DrawTextString()
681 FX_BOOL CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, in DrawNormalText() function in CPDF_TextRenderer
722 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos, in DrawNormalText()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h198 static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice,
/external/pdfium/core/include/fxge/
Dfx_ge.h378 FX_BOOL DrawNormalText(int nChars,
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp881 FX_BOOL result = _renderDevice->DrawNormalText( in RenderDeviceShowText()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp174 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice