Searched refs:FXTEXT_CHARPOS (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 303 } 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/ |
D | fx_apple_platform.cpp | 43 const FXTEXT_CHARPOS* pCharPos, in _CGDrawGlyphRun() 104 const FXTEXT_CHARPOS * pCharPos, in DrawDeviceText()
|
D | apple_int.h | 155 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, 165 const FXTEXT_CHARPOS* pCharPos,
|
D | fx_quartz_device.cpp | 803 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/ |
D | fx_agg_driver.h | 94 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 75 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
|
D | fx_skia_device.cpp | 246 FX_BOOL CFX_SkiaDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* … in DrawDeviceText()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 512 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/ |
D | fx_ge_ps.cpp | 499 …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()
|
D | fx_ge_text.cpp | 127 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/ |
D | win32_int.h | 226 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
|
D | fx_win32_print.cpp | 408 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText()
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 473 FXTEXT_CHARPOS charpos ; in Display()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText()
|