Searched refs:fxLeftEdge (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h495 GLfixed fxLeftEdge = 0, fxRightEdge = 0; local in function:NAME
584 fxLeftEdge = fsx - FIXED_EPSILON;
600 pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(FixedToInt(fxLeftEdge), span.y);
639 _swrast_pixel_address(zrb, FixedToInt(fxLeftEdge), span.y);
776 span.x = FixedToInt(fxLeftEdge);
837 fxLeftEdge += fdxLeftEdge;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h496 GLfixed fxLeftEdge = 0, fxRightEdge = 0; local in function:NAME
585 fxLeftEdge = fsx - FIXED_EPSILON;
601 pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(FixedToInt(fxLeftEdge), span.y);
640 _swrast_pixel_address(zrb, FixedToInt(fxLeftEdge), span.y);
777 span.x = FixedToInt(fxLeftEdge);
838 fxLeftEdge += fdxLeftEdge;

Completed in 22 milliseconds