| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| tri-scissor-tri.c | 39 static GLint Left, Right, Bottom, Top; 66 Bottom = Height / 4; 87 Bottom -= step; 90 Bottom += step; 120 printf("Scissor %d, %d .. %d, %d\n", Left, Bottom, Right, Top); 121 glScissor(Left, Bottom, Right-Left, Top-Bottom);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaNonTEText.c | 274 int Left, Right, Top, Bottom; 283 Bottom = yInit + FONTMAXBOUNDS(font,descent); 293 size = (pitch << 2) * (Bottom - Top); 325 Bottom = yInit + botLine; 331 while(nbox && (Bottom > pbox->y1)) { 338 botLine = min(Bottom, pbox->y2); 369 int Left, Right, Top, Bottom; 381 Bottom = yInit + FONTDESCENT(font); 388 while(nbox && (Bottom >= pbox->y1)) { 394 ybot = min(Bottom, pbox->y2) [all...] |
| xaaTEText.c | 230 int Left, Right, Top, Bottom; 241 Bottom = yInit + FONTDESCENT(font); 249 while(nbox && (Bottom > pbox->y1)) { 256 ybot = min(Bottom, pbox->y2); 275 int fontHeight = Bottom - Top + 1;
|
| xaaFillRect.c | 1044 int Right, Bottom, MaxBoxes; 1060 Bottom = (int)prect->y + (int)prect->height; 1061 pboxClipped->y2 = min(pextent->y2, Bottom); 1085 Bottom = (int)prect->y + (int)prect->height; 1086 box.y2 = min(pextent->y2, Bottom); 1132 int Right, Bottom; 1146 Bottom = (int)prect->y + (int)prect->height; 1147 pboxClipped->y2 = min(pextent->y2, Bottom); 1167 Bottom = (int)prect->y + (int)prect->height; 1168 box.y2 = min(pextent->y2, Bottom); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| volume9.c | 232 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual); 264 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0, 285 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || 287 !(pBox->Top % h) && !(pBox->Bottom % h)), 302 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); 305 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL);
|
| nine_pipe.h | 54 dst->height = src->bottom - src->top; 64 dst->bottom = src->y + src->height; 73 rect->bottom = DIV_ROUND_UP(rect->bottom, 2); 78 * 0 <= rect->top < rect->bottom 92 rect->bottom = (rect->bottom % h) == 0 ? 93 rect->bottom : 94 rect->bottom - (rect->bottom % h) + h [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| volume9.c | 233 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual); 265 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0, 286 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || 288 !(pBox->Top % h) && !(pBox->Bottom % h)), 303 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); 306 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL);
|
| nine_pipe.h | 54 dst->height = src->bottom - src->top; 64 dst->bottom = src->y + src->height; 73 rect->bottom = DIV_ROUND_UP(rect->bottom, 2); 78 * 0 <= rect->top < rect->bottom 92 rect->bottom = (rect->bottom % h) == 0 ? 93 rect->bottom : 94 rect->bottom - (rect->bottom % h) + h [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atimach64xv.c | 940 int Top, Bottom, Left, Right, nLine, nPixel, Offset; 1013 Bottom = ((SrcY2 + 0x1FFFF) >> 16) & ~1; 1017 if ((Bottom < Height) && ((SrcY1 & 0x1FFFF) <= (SrcY2 & 0x1FFFF))) 1018 Bottom += 2; 1021 nLine = Bottom - Top; 1052 Bottom = (SrcY2 + 0x0FFFF) >> 16; 1056 if ((Bottom < Height) && ((SrcY1 & 0x0FFFF) <= (SrcY2 & 0x0FFFF))) 1057 Bottom++; 1060 nLine = Bottom - Top;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| parser.c | 304 /* The OS might guarantee only one guard page at the bottom of the stack, 832 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 856 # define YY_STACK_PRINT(Bottom, Top) \ 859 yy_stack_print ((Bottom), (Top)); \ 906 # define YY_STACK_PRINT(Bottom, Top)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winprefsyacc.c | 197 BOTTOM = 269, 229 #define BOTTOM 269 395 /* The OS might guarantee only one guard page at the bottom of the stack, 607 "MINIMIZE", "BOTTOM", "NOTITLE", "OUTLINE", "NOFRAME", "DEFAULTSYSMENU", 944 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 968 # define YY_STACK_PRINT(Bottom, Top) \ 971 yy_stack_print ((Bottom), (Top)); \ 1018 # define YY_STACK_PRINT(Bottom, Top)
|
| /xsrc/external/mit/xgc/dist/ |
| gram.c | 485 /* The OS might guarantee only one guard page at the bottom of the stack, 870 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 886 # define YY_STACK_PRINT(Bottom, Top) \ 889 yy_stack_print ((Bottom), (Top)); \ 929 # define YY_STACK_PRINT(Bottom, Top) 1002 /* The state stack: array, bottom, top. */ 1007 /* The semantic value stack: array, bottom, top. */
|
| /xsrc/external/mit/xkbevd/dist/ |
| cfgparse.c | 498 /* The OS might guarantee only one guard page at the bottom of the stack, 876 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 892 # define YY_STACK_PRINT(Bottom, Top) \ 895 yy_stack_print ((Bottom), (Top)); \ 935 # define YY_STACK_PRINT(Bottom, Top) 1008 /* The state stack: array, bottom, top. */ 1013 /* The semantic value stack: array, bottom, top. */
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winprefsyacc.c | 214 BOTTOM = 269, /* BOTTOM */ 251 #define BOTTOM 269 314 YYSYMBOL_BOTTOM = 14, /* BOTTOM */ 594 /* The OS might guarantee only one guard page at the bottom of the stack, 777 "MAXIMIZE", "MINIMIZE", "BOTTOM", "NOTITLE", "OUTLINE", "NOFRAME", 1035 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1051 # define YY_STACK_PRINT(Bottom, Top) \ 1054 yy_stack_print ((Bottom), (Top)); \ 1094 # define YY_STACK_PRINT(Bottom, Top [all...] |
| /xsrc/external/mit/ctwm/dist/gen/ |
| gram.tab.c | 655 /* The OS might guarantee only one guard page at the bottom of the stack, 1578 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1594 # define YY_STACK_PRINT(Bottom, Top) \ 1597 yy_stack_print ((Bottom), (Top)); \ 1637 # define YY_STACK_PRINT(Bottom, Top) 1710 /* The state stack: array, bottom, top. */ 1715 /* The semantic value stack: array, bottom, top. */
|
| /xsrc/external/mit/ctwm/dist/ |
| gram.tab.c | 655 /* The OS might guarantee only one guard page at the bottom of the stack, 1578 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1594 # define YY_STACK_PRINT(Bottom, Top) \ 1597 yy_stack_print ((Bottom), (Top)); \ 1637 # define YY_STACK_PRINT(Bottom, Top) 1710 /* The state stack: array, bottom, top. */ 1715 /* The semantic value stack: array, bottom, top. */
|
| /xsrc/external/mit/xkbcomp/dist/ |
| xkbparse.c | 681 /* The OS might guarantee only one guard page at the bottom of the stack, 1405 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1421 # define YY_STACK_PRINT(Bottom, Top) \ 1424 yy_stack_print ((Bottom), (Top)); \ 1464 # define YY_STACK_PRINT(Bottom, Top) 1537 /* The state stack: array, bottom, top. */ 1542 /* The semantic value stack: array, bottom, top. */
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| glcpp-parse.c | 466 /* The OS might guarantee only one guard page at the bottom of the stack, 1133 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1149 # define YY_STACK_PRINT(Bottom, Top) \ 1152 yy_stack_print ((Bottom), (Top)); \ 1192 # define YY_STACK_PRINT(Bottom, Top)
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| program_parse.tab.c | 548 /* The OS might guarantee only one guard page at the bottom of the stack, 1352 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1368 # define YY_STACK_PRINT(Bottom, Top) \ 1371 yy_stack_print ((Bottom), (Top)); \ 1411 # define YY_STACK_PRINT(Bottom, Top)
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| d3d9types.h | 136 LONG bottom; member in struct:_RECT 1487 UINT Bottom;
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| d3d9types.h | 136 LONG bottom; member in struct:_RECT 1487 UINT Bottom;
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| glcpp-parse.c | 575 /* The OS might guarantee only one guard page at the bottom of the stack, 1271 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1287 # define YY_STACK_PRINT(Bottom, Top) \ 1290 yy_stack_print ((Bottom), (Top)); \ 1331 # define YY_STACK_PRINT(Bottom, Top) 1688 /* The state stack: array, bottom, top. */ 1693 /* The semantic value stack: array, bottom, top. */ 1698 /* The location stack: array, bottom, top. */
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| glsl_parser.cpp | 669 /* The OS might guarantee only one guard page at the bottom of the stack, 1961 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1977 # define YY_STACK_PRINT(Bottom, Top) \ 1980 yy_stack_print ((Bottom), (Top)); \ 2021 # define YY_STACK_PRINT(Bottom, Top) 2378 /* The state stack: array, bottom, top. */ 2383 /* The semantic value stack: array, bottom, top. */ 2388 /* The location stack: array, bottom, top. */
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| program_parse.tab.c | 707 /* The OS might guarantee only one guard page at the bottom of the stack, 1537 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1553 # define YY_STACK_PRINT(Bottom, Top) \ 1556 yy_stack_print ((Bottom), (Top)); \ 1597 # define YY_STACK_PRINT(Bottom, Top) 1954 /* The state stack: array, bottom, top. */ 1959 /* The semantic value stack: array, bottom, top. */ 1964 /* The location stack: array, bottom, top. */
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| glsl_parser.cpp | 538 /* The OS might guarantee only one guard page at the bottom of the stack, 1813 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 1829 # define YY_STACK_PRINT(Bottom, Top) \ 1832 yy_stack_print ((Bottom), (Top)); \ 1872 # define YY_STACK_PRINT(Bottom, Top)
|