Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:scanline

251             c->scanline(c);
324 c->scanline(c);
471 void (*save_scanline)(context_t*) = c->scanline;
472 c->scanline = scanline_set;
476 c->scanline = save_scanline;
589 c->scanline(c);
635 int32_t y_top; // starting scanline, 16.4 format
691 if ( ymin > ymax ) // when the edge doesn't cross any scanline
749 // invoke the scanline rasterizer
753 c->scanline(c);
775 return; // cross any scanline centers
800 // second scanline sweep loop, if necessary
828 int16_t y_top; // starting scanline, 12.4 format
829 int16_t y_bot; // starting scanline, 12.4 format
1040 // if we just stepped to a new scanline, render the previous one.
1044 c->scanline(c);
1050 // update the horizontal range of this scanline
1077 * spans several pixels in one scanline
1161 // next scanline
1164 // did we just finish a scanline?
1168 // render the last scanline
1170 c->scanline(c);