Home
last modified time | relevance | path

Searched refs:FXTEXT_CHARPOS (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge.h303 } FXTEXT_CHARPOS; typedef
433 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
439 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
614 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
695 …FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCa…
727 …void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, …
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp43 const FXTEXT_CHARPOS* pCharPos, in _CGDrawGlyphRun()
104 const FXTEXT_CHARPOS * pCharPos, in DrawDeviceText()
Dapple_int.h155 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
165 const FXTEXT_CHARPOS* pCharPos,
Dfx_quartz_device.cpp803 const FXTEXT_CHARPOS* pCharPos, in CG_DrawGlypRun()
879 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
910 const FXTEXT_CHARPOS* char_pos = pCharPos + i; in DrawDeviceText()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h94 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h75 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
Dfx_skia_device.cpp246 FX_BOOL CFX_SkiaDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* … in DrawDeviceText()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp512 FXTEXT_CHARPOS* m_pCharPos;
529 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars); in Load()
539 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load()
717 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i]; in DrawTextPathWithPattern()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp499 …enderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, in FindPSFontGlyph()
591 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, in DrawText()
Dfx_ge_text.cpp127 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawNormalText()
215 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawNormalText()
919 FX_BOOL CFX_RenderDevice::DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawTextPath()
932 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h226 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
Dfx_win32_print.cpp408 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp473 FXTEXT_CHARPOS charpos ; in Display()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText()