Searched refs:maxY (Results 1 - 25 of 94) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbbox.h37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
46 ctx->PrimitiveBoundingBox[5] = maxY;
35 _mesa_PrimitiveBoundingBox(GLfloat minX,GLfloat minY,GLfloat minZ,GLfloat minW,GLfloat maxX,GLfloat maxY,GLfloat maxZ,GLfloat maxW) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dbbox.h37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
46 ctx->PrimitiveBoundingBox[5] = maxY;
35 _mesa_PrimitiveBoundingBox(GLfloat minX,GLfloat minY,GLfloat minZ,GLfloat minW,GLfloat maxX,GLfloat maxY,GLfloat maxZ,GLfloat maxW) argument
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_randr.c59 int maxY; member in struct:_GXRandRInfo
98 int maxX = 0, maxY = 0; local in function:GXRandRGetInfo
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; local in function:GXRandRSetConfig
276 if (pRandr->maxX == 0 || pRandr->maxY
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarectrl.c269 short maxY = 0; local in function:VMwareCtrlDoSetTopology
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/
H A DmonoChain.h50 Real minX, maxX, minY, maxY; member in class:monoChain
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c354 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)
353 xf86ValidateModesSize(ScrnInfoPtr pScrn,DisplayModePtr modeList,int maxX,int maxY,int maxPitch) argument
H A Dxf86RandR12.c53 int maxY; member in struct:_xf86RandR12Info
446 int maxX = 0, maxY = 0; local in function:xf86RandR12GetInfo
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; local in function:xf86RandR12SetConfig
604 if (randrp->maxX == 0 || randrp->maxY
[all...]
H A Dxf86Modes.h77 int maxX, int maxY, int maxPitch);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c422 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)
421 xf86ValidateModesSize(ScrnInfoPtr pScrn,DisplayModePtr modeList,int maxX,int maxY,int maxPitch) argument
H A Dxf86Modes.h83 int maxX, int maxY, int maxPitch);
H A Dxf86RandR12.c49 int maxY; member in struct:_xf86RandR12Info
460 int maxX = 0, maxY = 0; local in function:xf86RandR12GetInfo
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; local in function:xf86RandR12SetConfig
608 if (randrp->maxX == 0 || randrp->maxY
[all...]
/xsrc/external/mit/fonttosfnt/dist/
H A Dfonttosfnt.h94 int maxY; member in struct:_Metrics
H A Dwrite.c216 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; */
H A Dstruct.c49 .pxMetrics.maxY = UNDEF,
62 .metrics.maxY = UNDEF,
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h272 int maxY; member in struct:_MouseDevRec
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h156 * 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; member in struct:_ExaDriver
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_ums.c707 int maxY; local in function:umsCreate
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/
H A Dnouveau_exa.c446 exa->maxY = 8192;
450 exa->maxY = 4096;
453 exa->maxY = 2048;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiscreen.c415 int maxY = pScreenInfo->videoRam * 1024 / (pATI->displayWidth * cpp); local in function:ATIScreenInit
425 } else if ( maxY > requiredY ) {
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c501 Long minY, maxY; member in struct:black_TWorker_
1450 x, y, ras.minY, ras.maxY ) )
1456 x, y, ras.minY, ras.maxY ) )
1572 if ( Bezier_Up( RAS_VARS 2, Split_Conic, ras.minY, ras.maxY ) )
1576 if ( Bezier_Down( RAS_VARS 2, Split_Conic, ras.minY, ras.maxY ) )
1714 if ( Bezier_Up( RAS_VARS 3, Split_Cubic, ras.minY, ras.maxY ) )
1718 if ( Bezier_Down( RAS_VARS 3, Split_Cubic, ras.minY, ras.maxY ) )
2034 ras.lastY <= ras.maxY )
2724 min_Y = (Short)TRUNC( ras.maxY );
3049 ras.maxY
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c318 ExaDriver->maxY = 2047;
H A Dxp4_exa.c280 pExa->maxY = 4095;
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_exa.c238 pExa->maxY = 4096;

Completed in 32 milliseconds

1234