/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 187 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()
|
D | BC_OnedEAN13Writer.cpp | 223 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()
|
D | BC_OnedEAN8Writer.cpp | 219 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()
|
D | BC_OneDimWriter.cpp | 204 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/ |
D | fde_gedevice.cpp | 182 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/ |
D | fpdf_render_text.cpp | 297 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/ |
D | fpdf_render.h | 198 static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 378 FX_BOOL DrawNormalText(int nChars,
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 881 FX_BOOL result = _renderDevice->DrawNormalText( in RenderDeviceShowText()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 174 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice
|