Home
last modified time | relevance | path

Searched refs:nGroupLengths (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1885 int32_t nGroupLengths[3] = {0, 0, 0}; in CalculateRowChildPosition() local
1889 nGroupLengths[i] = pdfium::CollectionSize<int32_t>(rgCurLineLayoutItems[i]); in CalculateRowChildPosition()
1890 for (int32_t c = nGroupLengths[i], j = 0; j < c; j++) { in CalculateRowChildPosition()
1909 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
1926 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
1941 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()
1958 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
1970 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
1980 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()