Searched refs:FXTEXT_CHARPOS (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 307 } FXTEXT_CHARPOS; typedef 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* pCa… 729 …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 | 154 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, 164 const FXTEXT_CHARPOS* pCharPos,
|
D | fx_quartz_device.cpp | 803 const FXTEXT_CHARPOS* pCharPos, in CG_DrawGlypRun() 880 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText() 911 const FXTEXT_CHARPOS* char_pos = pCharPos + i; in DrawDeviceText()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 525 FXTEXT_CHARPOS* m_pCharPos; 542 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, nChars); in Load() 543 FXSYS_memset32(m_pCharPos, 0, sizeof(FXTEXT_CHARPOS) * nChars); in Load() 553 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load() 731 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i]; in DrawTextPathWithPattern()
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 92 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText()
|
D | fx_ge_ps.cpp | 509 …enderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, in FindPSFontGlyph() 604 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, in DrawText()
|
D | fx_ge_text.cpp | 149 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawNormalText() 240 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawNormalText() 944 FX_BOOL CFX_RenderDevice::DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawTextPath() 957 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 224 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
|
D | fx_win32_print.cpp | 420 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText()
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 476 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()
|