Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp645 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos() argument
647 if (!pTxtRun || pTxtRun->iLength < 1) in GetDisplayPos()
650 CFDE_TextEditEngine* pEngine = pTxtRun->pEdtEngine; in GetDisplayPos()
651 const wchar_t* pStr = pTxtRun->wsStr.c_str(); in GetDisplayPos()
652 int32_t* pWidths = pTxtRun->pWidths; in GetDisplayPos()
653 int32_t iLength = pTxtRun->iLength - 1; in GetDisplayPos()
654 RetainPtr<CFGAS_GEFont> pFont = pTxtRun->pFont; in GetDisplayPos()
655 uint32_t dwStyles = pTxtRun->dwStyles; in GetDisplayPos()
656 CFX_RectF rtText(*pTxtRun->pRect); in GetDisplayPos()
657 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos()
[all …]
Dcfx_txtbreak.h67 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
69 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,