Home | History | Annotate | Download | only in src

Lines Matching refs:xx1

1122             int xx1 = (x1 + delta1) >> XY_SHIFT;
1125 if( xx2 >= 0 && xx1 < size.width )
1127 if( xx1 < 0 )
1128 xx1 = 0;
1131 ICV_HLINE( ptr, xx1, xx2, color, pix_size );