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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 711 int32_t iIndirect = -1;
763 } else if (eType == FX_LBT_INDIRECT_BRK && iIndirect < 0) {
764 iIndirect = iLength;
785 if (iIndirect > -1) {
787 return iIndirect;
fgas_textbreak.cpp 968 int32_t iIndirect = -1;
1023 } else if (eType == FX_LBT_INDIRECT_BRK && iIndirect < 0) {
1024 iIndirect = iLength;
1045 if (iIndirect > -1) {
1047 return iIndirect;
    [all...]

Completed in 345 milliseconds