Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_ge.h307 } 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/
Dfx_apple_platform.cpp43 const FXTEXT_CHARPOS* pCharPos, in _CGDrawGlyphRun()
104 const FXTEXT_CHARPOS * pCharPos, in DrawDeviceText()
Dapple_int.h154 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
164 const FXTEXT_CHARPOS* pCharPos,
Dfx_quartz_device.cpp803 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/
Dfpdf_render_text.cpp525 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/
Dfx_agg_driver.h92 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText()
Dfx_ge_ps.cpp509 …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()
Dfx_ge_text.cpp149 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/
Dwin32_int.h224 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
Dfx_win32_print.cpp420 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp476 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()