Home
last modified time | relevance | path

Searched refs:pTxtRun (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp661 size_t CFX_TxtBreak::GetDisplayPos(const Run* pTxtRun, in GetDisplayPos() argument
663 if (!pTxtRun || pTxtRun->iLength < 1) in GetDisplayPos()
666 Engine* pEngine = pTxtRun->pEdtEngine; in GetDisplayPos()
667 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetDisplayPos()
668 int32_t* pWidths = pTxtRun->pWidths; in GetDisplayPos()
669 int32_t iLength = pTxtRun->iLength - 1; in GetDisplayPos()
670 RetainPtr<CFGAS_GEFont> pFont = pTxtRun->pFont; in GetDisplayPos()
671 uint32_t dwStyles = pTxtRun->dwStyles; in GetDisplayPos()
672 CFX_RectF rtText(*pTxtRun->pRect); in GetDisplayPos()
673 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos()
[all …]
Dcfx_txtbreak.h72 size_t GetDisplayPos(const Run* pTxtRun, TextCharPos* pCharPos) const;
73 std::vector<CFX_RectF> GetCharRects(const Run* pTxtRun, bool bCharBBox) const;