| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| monoChain.h | 50 Real minX, maxX, minY, maxY;
|
| /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/xf86-video-mach64/dist/src/ |
| atiscreen.c | 415 int maxY = pScreenInfo->videoRam * 1024 / (pATI->displayWidth * cpp); 425 } else if ( maxY > requiredY ) {
|
| /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-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/xorg-server/dist/exa/ |
| exa.h | 157 * maxY controls the Y coordinate limitation for rendering from the card. 158 * The driver should never receive a request for rendering beyond maxY 161 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/fonttosfnt/dist/ |
| fonttosfnt.h | 94 int maxY;
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| mouse.h | 272 int maxY;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| 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...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| rasterizer_impl.h | 1239 uint32_t maxY = maxTileY; 1253 for (uint32_t tileY = tY; tileY <= maxY; ++tileY)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| 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/MesaLib/src/mapi/glapi/gen/ |
| marshal_generated5.c | 158 GLfloat maxY; 170 GLfloat maxY = cmd->maxY; 173 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)); 179 _mesa_marshal_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 190 cmd->maxY = maxY;
|
| /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.old/src/mapi/glapi/ |
| marshal_generated.c | 30337 GLfloat maxY; 30349 const GLfloat maxY = cmd->maxY; 30352 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)); 30355 _mesa_marshal_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 30368 cmd->maxY = maxY; 30377 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)); [all...] |
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| vulkan_core.h | 10502 float maxY;
|