Lines Matching defs:xx2
1123 int xx2 = (x2 + delta2) >> XY_SHIFT;1125 if( xx2 >= 0 && xx1 < size.width )1129 if( xx2 >= size.width )1130 xx2 = size.width - 1;1131 ICV_HLINE( ptr, xx1, xx2, color, pix_size );