Searched refs:scan_y (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6.h85 int words_in_scanline, scan_x, scan_y, scan_xe; member in struct:__anon7bb66a280308
H A Dcg6_accel.c350 pCg6->scan_y = y;
375 pCg6->fbc->y0 = pCg6->scan_y;
379 pCg6->scan_y++;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c2745 double scan_y,
2753 if ( (scan_y > 0 && !left) || (scan_y < 0 && left) )
2757 ret = (acc->h4 * scan_y) / (acc->h2mw2);
2771 double scan_y,
2781 ellipse_y = hookEllipseY (scan_y, bound, acc, left);
2788 acc->h2 * scan_y * (3 * ellipse_y*ellipse_y - 2*acc->h2);
2792 x = (acc->h2 * scan_y - ellipse_y * acc->h2mw2) *
2800 if (acc->left.valid && boundedLe (scan_y, bound->left)) {
2801 x = intersectLine (scan_y, ac
2744 hookEllipseY(double scan_y,struct arc_bound * bound,struct accelerators * acc,int left) argument
2770 hookX(double scan_y,struct arc_def * def,struct arc_bound * bound,struct accelerators * acc,int left) argument
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c2796 hookEllipseY(double scan_y, argument
2802 if ((scan_y > 0 && !left) || (scan_y < 0 && left))
2806 ret = (acc->h4 * scan_y) / (acc->h2mw2);
2819 hookX(double scan_y, argument
2827 ellipse_y = hookEllipseY(scan_y, bound, acc, left);
2834 acc->h2 * scan_y * (3 * ellipse_y * ellipse_y - 2 * acc->h2);
2838 x = (acc->h2 * scan_y - ellipse_y * acc->h2mw2) *
2846 if (acc->left.valid && boundedLe(scan_y, bound->left)) {
2847 x = intersectLine(scan_y, ac
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2853 float scan_y = y + 0.5f; local in function:stbtt__rasterize_sorted_edges
2860 if (z->ey <= scan_y) {
2891 while (e->y0 <= scan_y) {
2892 if (e->y1 > scan_y) {
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2853 float scan_y = y + 0.5f; local in function:stbtt__rasterize_sorted_edges
2860 if (z->ey <= scan_y) {
2891 while (e->y0 <= scan_y) {
2892 if (e->y1 > scan_y) {
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);

Completed in 47 milliseconds