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

  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
fgas_rtfbreak.cpp 872 bool bRTLPiece = FX_IsOdd(pText->iBidiLevel);
898 if (bRTLPiece)
932 } else if (bRTLPiece) {
933 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, false);
954 if (bRTLPiece && dwCharType != FX_CHARTYPE_Combination)
959 if (!bRTLPiece && dwCharType != FX_CHARTYPE_Combination)

Completed in 67 milliseconds