Searched refs:fy (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c407 float fy = flip * viewport->scale[1] * -1.0f + viewport->translate[1]; local in function:emit_viewport
422 fy,
455 prescale.translate[1] = fh + fy * 2.0f;
459 prescale.translate[1] = fh - 1.0f + fy * 2.0f;
462 fy -= fh;
474 if (fy < 0) {
476 prescale.translate[1] -= fy;
479 prescale.translate[1] += fy;
481 prescale.scale[1] *= fh / (fh + fy);
482 fh += fy;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h41 const GLfloat fy = (GLfloat) iy; local in function:NAME
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, lin
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h41 const GLfloat fy = (GLfloat) iy; local in function:NAME
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, lin
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c424 float fy = flip * viewport->scale[1] * -1.0f + viewport->translate[1]; local in function:get_viewport_prescale
438 fy,
471 prescale->translate[1] = fh + fy * 2.0f;
475 prescale->translate[1] = fh - 1.0f + fy * 2.0f;
478 fy -= fh;
490 if (fy < 0) {
492 prescale->translate[1] -= fy;
495 prescale->translate[1] += fy;
497 prescale->scale[1] *= fh / (fh + fy);
498 fh += fy;
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c225 long fx, fy, savex, savey; local in function:Squeeze
268 savey = fy = tmp_win->frame_y;
271 fy += tmp_win->frame_height - newh;
288 if(fy + newh >= Scr->rooth - Scr->BorderBottom) {
289 fy = Scr->rooth - Scr->BorderBottom - newh;
291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
H A Dfunctions_win_moveresize.c790 int fx, fy, px, py, step, status, cons; local in function:jump
813 fy = tmp_win->frame_y;
816 py -= fy;
846 fy -= step * Scr->YMoveGrid;
847 if(fy < cons) {
848 fy = cons;
856 fy += step * Scr->YMoveGrid;
857 if(fy + fheight > cons) {
858 fy = cons - fheight;
863 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, fx + px, fy
[all...]
H A Dwin_iconify.c446 int fx, fy, tx, ty; /* from, to */ local in function:Zoom
461 XGetGeometry(dpy, wf, &JunkRoot, &fx, &fy, &fw, &fh, &JunkBW, &JunkDepth);
465 dy = (long) ty - (long) fy; /* going from -> to */
473 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, fx, fy, fw, fh);
476 int y = fy + (int)((dy * i) / z);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c72 const float fy = v1[1] - v2[1]; local in function:cull_tri
76 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c83 float fy = v1[1] - v2[1]; local in function:do_offset_tri
87 float a = ey*fz - ez*fy;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafhints.c375 point->fy,
550 : seg->first->fy;
893 point->fy = (FT_Short)vec->y;
898 end->fy = (FT_Short)outline->points[endpoint].y;
913 out_y = point->fy - prev->fy;
994 out_y = point->fy - prev->fy;
1043 out_y += next->fy - point->fy;
[all...]
H A Dafhints.h248 FT_Short fx, fy; /* original, unscaled position (in font units) */ member in struct:AF_PointRec_
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_texgen.c110 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m3
115 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
138 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m2
144 fy = f[i][1] = u[1] - norm[1] * two_nu;
146 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_texgen.c110 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m3
115 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
138 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m2
144 fy = f[i][1] = u[1] - norm[1] * two_nu;
146 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h135 GLfloat fy = VERT_Y(v[1]) - VERT_Y(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
234 GLfloat a = ey*fz - ez*fy;
360 GLfloat fy = VERT_Y(v[3]) - VERT_Y(v[1]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
466 GLfloat a = ey*fz - ez*fy;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h135 GLfloat fy = VERT_Y(v[1]) - VERT_Y(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
234 GLfloat a = ey*fz - ez*fy;
360 GLfloat fy = VERT_Y(v[3]) - VERT_Y(v[1]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
466 GLfloat a = ey*fz - ez*fy;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h56 GLfloat fy = v[1]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = fabsf((ey * fz - ez * fy) * oneOverArea);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h56 GLfloat fy = v[1]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = fabsf((ey * fz - ez * fy) * oneOverArea);
/xsrc/external/mit/xditview/dist/
H A Dparse.c314 int fy = FontSizeInPixels(dw, dw->dvi.state->font_size); local in function:PutCharacters
315 int fx = fy * len;
320 if (yx + fy >= dw->dvi.extents.y1 &&
321 yx - fy <= dw->dvi.extents.y2 &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c165 const float fy = v1[1] - v2[1]; local in function:cull_tri
169 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c83 float fy = v1[1] - v2[1]; local in function:do_offset_tri
87 float a = ey*fz - ez*fy;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c516 register int fx, fy; local in function:A
527 fy = pScrn->frameY0 + 1;
560 y2 = rects->y2 - fy;
562 Y1 = rects->y1 - fy;
605 Y1 = rects->y1 - fy;
606 y2 = rects->y2 - fy;
609 (((y1 - pPriv->y1 + fy) * pPriv->yden) / pPriv->ynum) * pPriv->Bps;
/xsrc/external/mit/twm/dist/src/
H A Dutil.c207 int fx, fy, tx, ty; /* from, to */ local in function:Zoom
221 XGetGeometry(dpy, wf, &wdummy, &fx, &fy, &fw, &fh, &udummy, &udummy);
225 dy = ((long) (ty - fy)); /* going from -> to */
233 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, fx, fy, fw, fh);
236 int y = fy + (int) ((dy * i) / z);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c766 const float fy = v1[0][1] - v2[0][1]; local in function:winding
769 const float det = ex * fy - ey * fx;

Completed in 21 milliseconds

12