Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize), in ShowChars()
253 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
277 device->DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
DBC_OnedEAN13Writer.cpp236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
287 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize), in ShowChars()
296 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
DBC_OnedEAN8Writer.cpp226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize), in ShowChars()
234 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
246 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
259 device->DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
DBC_OneDimWriter.cpp223 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowDeviceChars()
243 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowBitmapChars()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp103 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix, in DrawTextString()
108 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, in DrawNormalText() function in CPDF_TextRenderer
151 if (!pDevice->DrawNormalText( in DrawNormalText()
161 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex, in DrawNormalText()
Dcpdf_textrenderer.h49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
Dcpdf_renderstatus.cpp1790 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_CharCodes, in ProcessText()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp170 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize, in DrawString()
173 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize, in DrawString()
190 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize, in DrawString()
195 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize, in DrawString()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h203 bool DrawNormalText(int nChars,
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp848 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice