Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/
Dcfx_renderdevice.h69 class FXTEXT_CHARPOS {
71 FXTEXT_CHARPOS();
72 FXTEXT_CHARPOS(const FXTEXT_CHARPOS&);
73 ~FXTEXT_CHARPOS();
211 const FXTEXT_CHARPOS* pCharPos,
218 const FXTEXT_CHARPOS* pCharPos,
Difx_renderdevicedriver.h24 class FXTEXT_CHARPOS; variable
92 const FXTEXT_CHARPOS* pCharPos,
Dcfx_renderdevice.cpp353 FXTEXT_CHARPOS::FXTEXT_CHARPOS() in FXTEXT_CHARPOS() function in FXTEXT_CHARPOS
365 FXTEXT_CHARPOS::FXTEXT_CHARPOS(const FXTEXT_CHARPOS&) = default;
367 FXTEXT_CHARPOS::~FXTEXT_CHARPOS(){}; in ~FXTEXT_CHARPOS()
868 const FXTEXT_CHARPOS* pCharPos, in DrawNormalText()
947 const FXTEXT_CHARPOS& charpos = pCharPos[i]; in DrawNormalText()
1087 const FXTEXT_CHARPOS* pCharPos, in DrawTextPath()
1098 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
Difx_renderdevicedriver.cpp65 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h26 class FXTEXT_CHARPOS; variable
71 const FXTEXT_CHARPOS* pCharPos,
84 const FXTEXT_CHARPOS& charpos,
Dwin32_int.h23 class FXTEXT_CHARPOS; variable
260 const FXTEXT_CHARPOS* pCharPos,
319 const FXTEXT_CHARPOS* pCharPos,
382 const FXTEXT_CHARPOS* pCharPos,
Dfx_win32_print.cpp200 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
296 const FXTEXT_CHARPOS& charpos = pCharPos[i]; in DrawDeviceText()
486 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
595 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
628 const FXTEXT_CHARPOS& charpos = pCharPos[i]; in DrawDeviceText()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h99 FXTEXT_CHARPOS* pCharPos,
104 FXTEXT_CHARPOS* pCharPos,
107 FXTEXT_CHARPOS* pCharPos,
Dcxfa_textlayout.cpp566 FXTEXT_CHARPOS* pCharPos = nullptr; in DrawString()
593 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars); in DrawString()
596 memset(pCharPos, 0, iCharCount * sizeof(FXTEXT_CHARPOS)); in DrawString()
1140 FXTEXT_CHARPOS* pCharPos, in RenderString()
1154 FXTEXT_CHARPOS* pCharPos, in RenderPath()
1271 FXTEXT_CHARPOS* pCharPos, in GetDisplayPos()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h20 class FXTEXT_CHARPOS; variable
61 FXTEXT_CHARPOS* pCharPos,
Dcfx_txtbreak.h68 FXTEXT_CHARPOS* pCharPos) const;
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.h58 FXTEXT_CHARPOS* charPos,
72 FXTEXT_CHARPOS* pCharPos,
DBC_OneDimWriter.cpp132 FXTEXT_CHARPOS* charPos, in CalcTextInfo()
182 FXTEXT_CHARPOS* pCharPos, in ShowDeviceChars()
215 std::vector<FXTEXT_CHARPOS> charpos(iLen); in ShowChars()
DBC_OnedEAN8Writer.cpp149 std::vector<FXTEXT_CHARPOS> charpos(iLength); in ShowChars()
DBC_OnedEAN13Writer.cpp149 std::vector<FXTEXT_CHARPOS> charpos(iLen); in ShowChars()
DBC_OnedUPCAWriter.cpp117 std::vector<FXTEXT_CHARPOS> charpos(iLen); in ShowChars()
/external/pdfium/xfa/fde/
Dcfde_textout.h30 FXTEXT_CHARPOS* pCharPos,
107 std::vector<FXTEXT_CHARPOS> m_CharPos;
Dcfde_textout.cpp39 FXTEXT_CHARPOS* pCharPos, in DrawString()
68 FXTEXT_CHARPOS* pCurCP = nullptr; in DrawString()
519 m_CharPos.resize(pPiece->iChars, FXTEXT_CHARPOS()); in GetDisplayPos()
Dcfde_texteditengine.h176 std::vector<FXTEXT_CHARPOS> GetDisplayPos(const FDE_TEXTEDITPIECE& info);
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp25 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, charCodes.size()); in Load()
35 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; in Load()
Dcpdf_charposlist.h25 FXTEXT_CHARPOS* m_pCharPos;
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h16 class FXTEXT_CHARPOS; variable
133 const FXTEXT_CHARPOS* pCharPos,
Dfx_skia_device.cpp794 const FXTEXT_CHARPOS* pCharPos, in HasRSX()
801 const FXTEXT_CHARPOS& cp = pCharPos[index]; in HasRSX()
826 const FXTEXT_CHARPOS* pCharPos, in DrawText()
870 const FXTEXT_CHARPOS& cp = pCharPos[index]; in DrawText()
886 const FXTEXT_CHARPOS& cp = pCharPos[index]; in DrawText()
1556 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
1588 const FXTEXT_CHARPOS& cp = pCharPos[index]; in DrawDeviceText()
1620 const FXTEXT_CHARPOS& cp = pCharPos[index]; in DrawDeviceText()
1638 const FXTEXT_CHARPOS& cp = pCharPos[index]; in DrawDeviceText()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp32 const FXTEXT_CHARPOS* pCharPos, in CGDrawGlyphRun()
104 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h95 const FXTEXT_CHARPOS* pCharPos,

12