Searched refs:m_bCombText (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_textbreak.cpp29 m_bCombText(FALSE),
95 m_bCombText = (m_dwLayoutStyles & FX_TXTLAYOUTSTYLE_CombText) != 0;
353 if (m_bCombText) {
404 if (m_bCombText) {
461 if (!m_bCombText && m_dwCharType >= FX_CHARTYPE_ArabicAlef &&
494 if (m_bCombText) {
538 if (m_bCombText) {
644 if (m_bCombText) {
H A Dfx_textbreak.h117 FX_BOOL m_bCombText; member in class:CFX_TxtBreak

Completed in 77 milliseconds