Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp2759 int32_t nGroupLengths[3] = {0, 0, 0}; in CalculateRowChildPosition() local
2763 nGroupLengths[i] = rgCurLineLayoutItems[i].GetSize(); in CalculateRowChildPosition()
2764 for (int32_t c = nGroupLengths[i], j = 0; j < c; j++) { in CalculateRowChildPosition()
2787 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
2808 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
2827 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()
2848 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
2860 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
2870 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()