Lines Matching refs:rightPixel
1154 int rightPixel;
1189 rightPixel = i + result[ i ];
1190 if( rightPixel >= width ) {
1191 rightPixel = width - 1;
1193 else if( rightPixel < 0 ) {
1194 rightPixel = 0;
1197 (int)( leftPixel * alpha1 + rightPixel * alpha );
1200 rightPixel3 = rightPixel * 3;
1203 int t = leftPixel - rightPixel + maxDifference;
1242 int LenSrc = rightPixel - prevRightPixel - 2;
1264 if( rightPixel > prevRightPixel )
1265 prevRightPixel = rightPixel;