Searched refs:ny (Results 1 - 25 of 73) sorted by relevance

123

/xsrc/external/mit/ctwm/dist/
H A Dwindowbox.h13 int x, int y, int *nx, int *ny);
H A Dwindowbox.c118 void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny) argument
123 *ny = y;
129 *ny = 0;
135 *ny = attr.height - 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
37 if (ny > 64) tile_mode = 0x040; /* height 128 tiles */
39 if (ny > 32) tile_mode = 0x030; /* height 64 tiles */
41 if (ny > 16) tile_mode = 0x020; /* height 32 tiles */
43 if (ny > 8) tile_mode = 0x010; /* height 16 tiles */
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
H A Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
37 if (ny > 64) tile_mode = 0x040; /* height 128 tiles */
39 if (ny > 32) tile_mode = 0x030; /* height 64 tiles */
41 if (ny > 16) tile_mode = 0x020; /* height 32 tiles */
43 if (ny > 8) tile_mode = 0x010; /* height 16 tiles */
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
H A Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c383 int nx, ny; /* destination x,y */ local in function:miSlideAndSizeWindow
513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
536 dy = (oldy - ny) - offy;
560 RegionTranslate(pRegion, nx - oldx, ny - oldy);
573 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
598 oldpt.y = oldy + (y - ny);
H A Dmioverlay.c1131 int nx, ny; /* destination x,y */ local in function:miOverlayResizeWindow
1280 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1300 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1303 dy = (oldy - ny) - offy;
1327 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1335 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1351 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1363 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1383 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1386 oldpt.y = oldy + (y - ny);
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwindow.c359 int nx, ny; /* destination x,y */ local in function:miResizeWindow
475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
495 dy = (oldy - ny) - offy;
516 RegionTranslate(pRegion, nx - oldx, ny - oldy);
527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
550 oldpt.y = oldy + (y - ny);
H A Dmioverlay.c1083 int nx, ny; /* destination x,y */ local in function:miOverlayResizeWindow
1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1247 dy = (oldy - ny) - offy;
1269 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1291 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1322 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1325 oldpt.y = oldy + (y - ny);
[all...]
/xsrc/external/mit/xmh/dist/
H A Dpopup.c134 Position nx, ny; local in function:CenterPopupPosition
146 ny = (GetHeight(widget) - GetHeight(popup)) / 2;
148 if (ny < 0) ny = 0;
149 XtTranslateCoords(widget, nx, ny, &x, &y);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c46 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
49 n[1] = ny;
H A Dpbuffer.c32 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
35 n[1] = ny;
H A Drender_tex.c35 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
38 n[1] = ny;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_loopback.h121 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz );
123 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz );
125 _mesa_Normal3i( GLint nx, GLint ny, GLint nz );
127 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz );
H A Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dapi_loopback.c368 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) argument
370 NORMAL( BYTE_TO_FLOAT(nx), BYTE_TO_FLOAT(ny), BYTE_TO_FLOAT(nz) );
374 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) argument
376 NORMAL((GLfloat) nx, (GLfloat) ny, (GLfloat) nz);
380 _mesa_Normal3i( GLint nx, GLint ny, GLint nz ) argument
382 NORMAL( INT_TO_FLOAT(nx), INT_TO_FLOAT(ny), INT_TO_FLOAT(nz) );
386 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz ) argument
388 NORMAL( SHORT_TO_FLOAT(nx), SHORT_TO_FLOAT(ny), SHORT_TO_FLOAT(nz) );
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_dispatch.c138 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_dispatch.c134 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated1.c1523 GLbyte ny; member in struct:marshal_cmd_Normal3b
1530 GLbyte ny = cmd->ny; local in function:_mesa_unmarshal_Normal3b
1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz) argument
1545 cmd->ny = ny;
1581 GLdouble ny; member in struct:marshal_cmd_Normal3d
1588 GLdouble ny = cmd->ny; local in function:_mesa_unmarshal_Normal3d
1596 _mesa_marshal_Normal3d(GLdouble nx,GLdouble ny,GLdouble nz) argument
1639 GLfloat ny; member in struct:marshal_cmd_Normal3f
1646 GLfloat ny = cmd->ny; local in function:_mesa_unmarshal_Normal3f
1654 _mesa_marshal_Normal3f(GLfloat nx,GLfloat ny,GLfloat nz) argument
1697 GLint ny; member in struct:marshal_cmd_Normal3i
1704 GLint ny = cmd->ny; local in function:_mesa_unmarshal_Normal3i
1712 _mesa_marshal_Normal3i(GLint nx,GLint ny,GLint nz) argument
1755 GLshort ny; member in struct:marshal_cmd_Normal3s
1762 GLshort ny = cmd->ny; local in function:_mesa_unmarshal_Normal3s
1770 _mesa_marshal_Normal3s(GLshort nx,GLshort ny,GLshort nz) argument
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dinsurfeval.cc193 float ny = sin(v) * sin(u); local in function:gTessVertexSphere
196 float y= Oy+r * ny;
200 temp_normal[1] = ny;
206 // glNormal3f(nx,ny,nz);
217 float ny = sin(v); local in function:gTessVertexCyl
220 float y= Oy+r * ny;
224 temp_normal[1] = ny;
231 glNormal3f(nx,ny,nz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
/xsrc/external/mit/MesaLib/src/mapi/es1api/
H A Dglapi_mapi_tmp.h110 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
111 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
841 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) argument
845 ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
848 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument
852 ((void (APIENTRY *)(GLfixed nx, GLfixed ny, GLfixed nz)) _func)(nx, ny, nz);

Completed in 34 milliseconds

123