Searched refs:bCombText (Results 1 – 3 of 3) sorted by relevance
1584 FX_BOOL bCombText = (pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects() local1637 if (bCombText) { in GetCharRects()
1453 FX_BOOL bCombText = (dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects() local1501 if (bCombText) { in GetCharRects()
2284 FX_BOOL bCombText = m_Param.dwLayoutStyles & FDE_TEXTEDITLAYOUT_CombText; in GetCaretRect() local2286 if (bBefore && bCombText && nIndexInpage > 0) { in GetCaretRect()2290 int32_t nBIDILevel = pPage->GetCharRect(nIndexInpage, rtCaret, bCombText); in GetCaretRect()