/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 195 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()
|
D | BC_OnedEAN13Writer.cpp | 236 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()
|
D | BC_OnedEAN8Writer.cpp | 226 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()
|
D | BC_OneDimWriter.cpp | 223 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowDeviceChars() 243 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowBitmapChars()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 103 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()
|
D | cpdf_textrenderer.h | 49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
|
D | cpdf_renderstatus.cpp | 1790 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_CharCodes, in ProcessText()
|
/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 170 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/ |
D | cfx_renderdevice.h | 203 bool DrawNormalText(int nChars,
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 848 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice
|