Searched refs:fx1 (Results 1 – 3 of 3) sorted by relevance
353 int fx1 = sx1 & 0xffff; in scale_05_to_10() local369 fx1 = 65536 - fx1; in scale_05_to_10()377 ARGB_REDUCE(spix,cross(fx1,fy1)); in scale_05_to_10()397 ARGB_REDUCE(spix,fx1); in scale_05_to_10()418 ARGB_REDUCE(spix,cross(fx1,fy2)); in scale_05_to_10()
362 int fx1 = frame.origin.x;364 int fx2 = frame.size.width + fx1;383 if (fx1 >= vx2 || vx1 >= fx2 || fy1 >= vy2 || vy1 >= fy2)386 cx1 = (fx1 < vx1) ? vx1 : fx1;
563 TCoord ex1, ex2, fx1, fx2, delta; in gray_render_scanline() local572 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) ); in gray_render_scanline()587 ras.area += (TArea)( fx1 + fx2 ) * delta; in gray_render_scanline()595 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); in gray_render_scanline()601 p = fx1 * ( y2 - y1 ); in gray_render_scanline()615 ras.area += (TArea)( fx1 + first ) * delta; in gray_render_scanline()