HomeSort by relevance Sort by last modified time
    Searched refs:DrawNormalText (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.h 49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
cpdf_textrenderer.cpp 103 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
108 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice,
151 if (!pDevice->DrawNormalText(
161 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex,
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
253 device->DrawNormalText(iLen, pCharPos, m_pFont,
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont,
277 device->DrawNormalText(iLen, pCharPos + 11, m_pFont,
BC_OnedEAN13Writer.cpp 236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
287 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
296 device->DrawNormalText(iLen, pCharPos, m_pFont,
BC_OnedEAN8Writer.cpp 226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
234 device->DrawNormalText(iLen, pCharPos, m_pFont,
246 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
259 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
BC_OneDimWriter.cpp 223 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont,
243 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont,
  /external/pdfium/xfa/fde/
fde_gedevice.cpp 170 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize,
173 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize,
190 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize,
195 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize,
  /external/pdfium/core/fxge/
cfx_renderdevice.h 203 bool DrawNormalText(int nChars,
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 848 bool CFX_RenderDevice::DrawNormalText(int nChars,
    [all...]

Completed in 240 milliseconds