Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp2597 int32_t nGroupLengths[3] = {0, 0, 0}; in CalculateRowChildPosition() local
2601 nGroupLengths[i] = pdfium::CollectionSize<int32_t>(rgCurLineLayoutItems[i]); in CalculateRowChildPosition()
2602 for (int32_t c = nGroupLengths[i], j = 0; j < c; j++) { in CalculateRowChildPosition()
2623 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
2642 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
2659 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()
2678 for (int32_t c = nGroupLengths[0], j = 0; j < c; j++) { in CalculateRowChildPosition()
2691 for (int32_t c = nGroupLengths[1], j = 0; j < c; j++) { in CalculateRowChildPosition()
2702 for (int32_t c = nGroupLengths[2], j = 0; j < c; j++) { in CalculateRowChildPosition()