Home | History | Annotate | Download | only in llvmpipe

Lines Matching defs:x_offset

296    float x_offset=0;
408 x_offset = - x2diff - 0.5;
409 y_offset = x_offset * dydx;
416 x_offset = - x1diff + 0.5;
417 y_offset = x_offset * dydx;
426 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
429 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
506 x_offset = y_offset * dxdy;
513 x_offset = y_offset * dxdy;
523 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) - fixed_width/2;
526 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) + fixed_width/2;