HomeSort by relevance Sort by last modified time
    Searched refs:iBidiLevel (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_textpiece.h 30 int32_t iBidiLevel;
cxfa_textlayout.cpp     [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 555 int32_t iBidiLevel = -1;
562 if (iBidiLevel < 0) {
563 iBidiLevel = pTC->m_iBidiLevel;
566 tp.m_iBidiLevel = iBidiLevel;
577 } else if (iBidiLevel != pTC->m_iBidiLevel ||
586 iBidiLevel = -1;
872 bool bRTLPiece = FX_IsOdd(pText->iBidiLevel);
1027 iBidiLevel(0),
fgas_rtfbreak.h 43 int32_t iBidiLevel;
fgas_textbreak.cpp 726 int32_t iBidiLevel = -1;
732 if (iBidiLevel < 0) {
733 iBidiLevel = pTC->m_iBidiLevel;
735 tp.m_iBidiLevel = iBidiLevel;
743 if (iBidiLevel != pTC->m_iBidiLevel || pTC->m_dwStatus != 0) {
744 if (iBidiLevel == pTC->m_iBidiLevel) {
759 iBidiLevel = -1;
    [all...]

Completed in 136 milliseconds