Home | History | Annotate | Download | only in common

Lines Matching refs:compNdx

270 	for (int compNdx = 0; compNdx < 4; compNdx++)
272 if (!prec.colorMask[compNdx])
276 const bool sMin0 = i0[compNdx] >= rMin[compNdx];
277 const bool sMin1 = i1[compNdx] >= rMin[compNdx];
278 const bool sMax0 = i0[compNdx] > rMax[compNdx];
279 const bool sMax1 = i1[compNdx] > rMax[compNdx];