Searched defs:iGapChars (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp618 int32_t iGapChars = 0; local
637 iGapChars++;
661 if (iGapChars > 0 && (m_iAlignment == CFX_RTFLineAlignment::Distributed ||
678 int32_t k = iOffset / iGapChars;
682 iGapChars--;
683 if (iGapChars < 1)
H A Dfgas_textbreak.cpp811 int32_t iGapChars = 0; local
832 iGapChars++;
856 if (iGapChars > 0 && (iHigherAlignment == FX_TXTLINEALIGNMENT_Distributed ||
873 int32_t k = iOffset / iGapChars;
877 iGapChars--;
878 if (iGapChars < 1)

Completed in 71 milliseconds