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

  /external/pdfium/core/include/fxge/
fx_ge.h 307 } FXTEXT_CHARPOS;
437 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
443 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
618 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
697 FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache,
729 void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, int& ps_fontnum, int &ps_glyphindex);
  /external/pdfium/core/src/fxge/apple/
apple_int.h 154 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
164 const FXTEXT_CHARPOS* pCharPos,
fx_apple_platform.cpp 43 const FXTEXT_CHARPOS* pCharPos,
104 const FXTEXT_CHARPOS * pCharPos,
fx_quartz_device.cpp 803 const FXTEXT_CHARPOS* pCharPos,
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 92 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 525 FXTEXT_CHARPOS* m_pCharPos;
542 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars);
543 FXSYS_memset32(m_pCharPos, 0, sizeof(FXTEXT_CHARPOS) * nChars);
553 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++];
731 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i];
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
fx_ge_ps.cpp 509 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos,
604 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
fx_ge_text.cpp 149 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
240 const FXTEXT_CHARPOS& charpos = pCharPos[iChar];
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 224 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
fx_win32_print.cpp 420 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 476 FXTEXT_CHARPOS charpos ;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
    [all...]

Completed in 339 milliseconds