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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 618 int32_t iGapChars = 0;
637 iGapChars++;
661 if (iGapChars > 0 && (m_iAlignment == CFX_RTFLineAlignment::Distributed ||
678 int32_t k = iOffset / iGapChars;
682 iGapChars--;
683 if (iGapChars < 1)
fgas_textbreak.cpp 811 int32_t iGapChars = 0;
832 iGapChars++;
856 if (iGapChars > 0 && (iHigherAlignment == FX_TXTLINEALIGNMENT_Distributed ||
873 int32_t k = iOffset / iGapChars;
877 iGapChars--;
878 if (iGapChars < 1)
    [all...]

Completed in 302 milliseconds