| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| bbox.h | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| bbox.c | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 46 ctx->PrimitiveBoundingBox[5] = maxY;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| bbox.h | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| bbox.c | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 46 ctx->PrimitiveBoundingBox[5] = maxY;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_randr.c | 59 int maxY; 98 int maxX = 0, maxY = 0; 110 if (pRandr->maxX == 0 || pRandr->maxY == 0) { 113 if (maxY < mode->VDisplay) 114 maxY = mode->VDisplay; 136 if (pRandr->maxX == 0 || pRandr->maxY == 0) { 138 pRandr->maxY = maxY; 258 int maxX = 0, maxY = 0; 276 if (pRandr->maxX == 0 || pRandr->maxY == 0) [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| vmwarectrl.c | 269 short maxY = 0; 279 maxY = MAX(maxY, extents[i].y_org + extents[i].height); 282 VmwareLog(("DoSetTopology: %d %d\n", maxX, maxY)); 302 maxY == pVMWARE->ModeReg.svga_reg_height) { 322 return VMwareCtrlDoSetRes(pScrn, maxX, maxY, FALSE);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| monoChain.h | 50 Real minX, maxX, minY, maxY;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Modes.c | 422 int maxX, int maxY, int maxPitch) 430 if (maxY <= 0) 431 maxY = MAXINT; 436 xf86ModeHeight(mode, RR_Rotate_0) > maxY) && 439 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) { 448 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY || 449 xf86ModeHeight(mode, RR_Rotate_90) > maxY)
|
| xf86Modes.h | 83 int maxX, int maxY, int maxPitch);
|
| xf86RandR12.c | 49 int maxY; 460 int maxX = 0, maxY = 0; 478 if (randrp->maxX == 0 || randrp->maxY == 0) { 481 if (maxY < mode->VDisplay) 482 maxY = mode->VDisplay; 498 if (randrp->maxX == 0 || randrp->maxY == 0) { 500 randrp->maxY = maxY; 588 int maxX = 0, maxY = 0; 608 if (randrp->maxX == 0 || randrp->maxY == 0) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Modes.c | 354 int maxX, int maxY, int maxPitch) 362 if (maxY <= 0) 363 maxY = MAXINT; 368 xf86ModeHeight(mode, RR_Rotate_0) > maxY) && 371 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) { 380 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY || 381 xf86ModeHeight(mode, RR_Rotate_90) > maxY)
|
| xf86RandR12.c | 53 int maxY; 446 int maxX = 0, maxY = 0; 466 if (randrp->maxX == 0 || randrp->maxY == 0) 470 if (maxY < mode->VDisplay) 471 maxY = mode->VDisplay; 490 if (randrp->maxX == 0 || randrp->maxY == 0) 493 randrp->maxY = maxY; 590 int maxX = 0, maxY = 0; 604 if (randrp->maxX == 0 || randrp->maxY == 0 [all...] |
| xf86Modes.h | 77 int maxX, int maxY, int maxPitch);
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| fonttosfnt.h | 94 int maxY;
|
| write.c | 216 font->metrics.maxY = -10000 * TWO_SIXTEENTH; 230 if(y1 > font->metrics.maxY) font->metrics.maxY = y1; 250 font->metrics.ascent = font->metrics.maxY; 561 writeUSHORT(out, FONT_UNITS_CEIL(font->metrics.maxY)); 1126 writeUSHORT(out, FONT_UNITS_FLOOR(font->metrics.maxY)); /* usWinAscent; */
|
| struct.c | 49 .pxMetrics.maxY = UNDEF, 62 .metrics.maxY = UNDEF,
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| mouse.h | 272 int maxY;
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| exa.h | 156 * maxY controls the Y coordinate limitation for rendering from the card. 157 * The driver should never receive a request for rendering beyond maxY 160 int maxY;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_ums.c | 707 int maxY; 720 maxY = pScrn->virtualY + (pVia->driSize / pVia->Bpl); 723 maxY = pVia->FBFreeEnd / pVia->Bpl; 726 if (maxY > 32767) 727 maxY = 32767; 732 AvailFBArea.y2 = maxY;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nouveau_exa.c | 446 exa->maxY = 8192; 450 exa->maxY = 4096; 453 exa->maxY = 2048;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atiscreen.c | 415 int maxY = pScreenInfo->videoRam * 1024 / (pATI->displayWidth * cpp); 425 } else if ( maxY > requiredY ) {
|
| /xsrc/external/mit/freetype/dist/src/raster/ |
| ftraster.c | 501 Long minY, maxY; 1008 * maxy :: 1020 Long maxy ) 1032 if ( Dy <= 0 || y2 < miny || y1 > maxy ) 1049 if ( y2 > maxy ) 1051 /* x2 += FMulDiv( Dx, maxy - y2, Dy ); UNNECESSARY */ 1052 e2 = (Int)TRUNC( maxy ); 1153 * maxy :: 1165 Long maxy ) 1172 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny ) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/ |
| glapi_dispatch.c | 150 GL_API void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/ |
| glapi_dispatch.c | 154 GL_API void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| pnozz_exa.c | 238 pExa->maxY = 4096;
|