Lines Matching refs:this_col
4170 int this_col = k*tp->image->x_res/tp->x_res;
4173 if(ppc && curr_col != this_col){
4185 curr_col = this_col;
4188 if(k == tp->plane_width || this_col >= tp->image->width_pix){
4218 int this_col = k*tp->image->x_res/tp->x_res;
4221 if(ppc && curr_col != this_col){
4233 curr_col = this_col;
4236 if(k == tp->plane_width || this_col >= tp->image->width_pix){
4262 int this_col = (k+i*tp->plane_width)*tp->image->x_res/tp->x_res;
4265 if(ppc && curr_col != this_col){
4277 curr_col = this_col;
4280 if(k == tp->plane_width || this_col >= tp->image->width_pix){