Home | History | Annotate | Download | only in common

Lines Matching refs:compNdx

265 	for (int compNdx = 0; compNdx < 4; compNdx++)
267 if (!prec.colorMask[compNdx])
271 const bool sMin0 = i0[compNdx] >= rMin[compNdx];
272 const bool sMin1 = i1[compNdx] >= rMin[compNdx];
273 const bool sMax0 = i0[compNdx] > rMax[compNdx];
274 const bool sMax1 = i1[compNdx] > rMax[compNdx];