Home
last modified time | relevance | path

Searched refs:bCombText (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1584 FX_BOOL bCombText = (pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects() local
1637 if (bCombText) { in GetCharRects()
Dfx_rtfbreak.cpp1453 FX_BOOL bCombText = (dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects() local
1501 if (bCombText) { in GetCharRects()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp2284 FX_BOOL bCombText = m_Param.dwLayoutStyles & FDE_TEXTEDITLAYOUT_CombText; in GetCaretRect() local
2286 if (bBefore && bCombText && nIndexInpage > 0) { in GetCaretRect()
2290 int32_t nBIDILevel = pPage->GetCharRect(nIndexInpage, rtCaret, bCombText); in GetCaretRect()