Lines Matching refs:nIndex
445 int32_t nIndex,
448 ASSERT(nIndex >= 0 && nIndex < 8);
450 int32_t n = (nIndex & 1) ? nIndex - 1 : nIndex;
462 CXFA_Stroke* stroke = strokes[nIndex];
464 CXFA_Stroke* strokeBefore = strokes[(nIndex + 1 * 8 - 1) % 8];
465 CXFA_Stroke* strokeAfter = strokes[nIndex + 1];
473 CXFA_Stroke* strokeBefore = strokes[(nIndex + 8 - 2) % 8];
474 CXFA_Stroke* strokeAfter = strokes[(nIndex + 2) % 8];
495 switch (nIndex) {
500 if (nIndex == 0) {
519 if (nIndex == 2) {
538 if (nIndex == 4) {
557 if (nIndex == 6) {
579 if (nIndex & 1) {