/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OnedUPCAWriter.cpp | 187 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
199 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
211 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
225 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
241 ge.DrawNormalText(iLen, pCharPos, m_pFont,
252 device->DrawNormalText(iLen, pCharPos, m_pFont,
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont,
278 device->DrawNormalText(iLen, pCharPos + 11, m_pFont,
|
BC_OnedEAN13Writer.cpp | 223 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
235 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
248 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
262 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
279 ge.DrawNormalText(iLen, pCharPos, m_pFont,
290 device->DrawNormalText(iLen, pCharPos, m_pFont,
|
BC_OnedEAN8Writer.cpp | 219 ge.DrawNormalText(iLen, pCharPos, m_pFont,
229 device->DrawNormalText(iLen, pCharPos, m_pFont,
243 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
|
BC_OneDimWriter.cpp | 204 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont,
223 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont,
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_render.h | 198 static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice,
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 297 return CPDF_TextRenderer::DrawNormalText( 671 DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, 681 FX_BOOL CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, 722 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gedevice.cpp | 182 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, pCache,
186 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache,
203 FX_BOOL bRet = m_pDevice->DrawNormalText(
210 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache,
|
/external/pdfium/core/include/fxge/ |
fx_ge.h | 378 FX_BOOL DrawNormalText(int nChars,
|
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_graphics.cpp | 881 FX_BOOL result = _renderDevice->DrawNormalText(
[all...] |
/external/pdfium/core/src/fxge/ge/ |
fx_ge_text.cpp | 174 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, [all...] |