| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_vidresize.c | 34 static int dx = -1, dy = -1, dw = -1, dh = -1; variable in typeref:typename:int 98 videoResizeChannel, &dx, &dy, &dw, &dh); 111 dx < 0 || dy < 0 || dw < 0 || dh < 0 || 112 dx > 2048 || dy > 2048 || dw > 2048 || dh > 2048) { 132 return dh;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_vidresize.c | 32 static int dx = -1, dy = -1, dw = -1, dh = -1; variable in typeref:typename:int 99 videoResizeChannel, &dx, &dy, &dw, &dh); 112 dx < 0 || dy < 0 || dw < 0 || dh < 0 || 113 dx > 2048 || dy > 2048 || dw > 2048 || dh > 2048) { 133 return dh;
|
| H A D | glut_glxext.c | 133 int *dx, int *dy, int *dw, int *dh) 145 dx, dy, dw, dh); 149 return glXQueryChannelDeltasSGIX(dpy, screen, channel, dx, dy, dw, dh); 132 __glut_glXQueryChannelDeltasSGIX(Display * dpy,int screen,int channel,int * dx,int * dy,int * dw,int * dh) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 181 GLint dw, dh, depth_cpp; local in function:TEST 182 ASSERT_EQ(true, OSMesaGetDepthBuffer(ctx.get(), &dw, &dh, &depth_cpp, (void **)&depth)); 185 ASSERT_EQ(dh, h); 230 GLint dw = 1, dh = 1, depth_cpp = 1; local in function:TEST 231 ASSERT_EQ(false, OSMesaGetDepthBuffer(ctx.get(), &dw, &dh, &depth_cpp, (void **)&depth)); 234 ASSERT_EQ(dh, 0);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charclass.c | 375 int dh; local in function:report_resource 377 class_p = CharacterClass(dh = first); 381 if (show_cclass_range(dh, ch - 1)) { 382 dh = ch; 387 if (dh < last - 1) { 388 show_cclass_range(dh, last - 1);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_ext.h | 44 UCHAR al, ah, hi_al, hi_ah, bl, bh, hi_bl, hi_bh, cl, ch, hi_cl, hi_ch, dl, dh, hi_dl, hi_dh; member in struct:BYTEREGS
|
| H A D | init.c | 731 USHORT si,di,bx,dl,al,ah,dh; local in function:XGI_New_LoadDAC 795 dh = table[si]; 799 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh); 803 dh = table[bx]; 807 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_exa.c | 48 struct nouveau_bo *dst, int dd, int dp, int dh, int dx, int dy) 53 dst, dstoff, dd, dp, dh, dx, dy); 58 dst, dstoff, dd, dp, dh, dx, dy); 63 dst, dstoff, dd, dp, dh, dx, dy); 68 dst, dstoff, dd, dp, dh, dx, dy); 72 dst, dstoff, dd, dp, dh, dx, dy); 46 NVAccelM2MF(NVPtr pNv,int w,int h,int cpp,uint32_t srcoff,uint32_t dstoff,struct nouveau_bo * src,int sd,int sp,int sh,int sx,int sy,struct nouveau_bo * dst,int dd,int dp,int dh,int dx,int dy) argument
|
| H A D | nv_proto.h | 58 struct nouveau_bo *d, int dd, int dp, int dh, int dx, int dy);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_sse.h | 357 __m128i al, ah, dl, dh, sl, sh, rl, rh; local in function:util_sse2_blend_premul_4 373 dh = _mm_unpackhi_epi8(dst, zero); 378 rh = util_sse2_premul_blend_epi16(ah, dh, sh); 398 __m128i al, ah, dl, dh, sl, sh, rl, rh; local in function:util_sse2_blend_srcalpha_4 414 dh = _mm_unpackhi_epi8(dst, zero); 419 rh = util_sse2_lerp_epi16(ah, dh, sh);
|
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| H A D | midbe.c | 518 int dx, dy, dw, dh; 589 dh = height - pDbeWindowPriv->height; 591 GravityTranslate (0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 512 int dx, dy, dw, dh; local in function:miDbePositionWindow
|
| /xsrc/external/mit/xorg-server/dist/dbe/ |
| H A D | midbe.c | 464 int dx, dy, dw, dh; 532 dh = height - pDbeWindowPriv->height; 534 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 458 int dx, dy, dw, dh; local in function:miDbePositionWindow
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | summit_accel.c | 472 int dw, dh; local in function:SummitGlyphs 483 dh = pDst->pDrawable->height; 598 if ((yd + he) > dh) { 599 he -= (yd + he - dh);
|
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 466 unsigned int dw, unsigned int dh) 489 req->drw_h = (CARD16) dh; 506 unsigned int dw, unsigned int dh) 528 req->drw_h = (CARD16) dh; 545 unsigned int dw, unsigned int dh) 567 req->drw_h = (CARD16) dh; 584 unsigned int dw, unsigned int dh) 606 req->drw_h = (CARD16) dh; 458 XvPutVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 498 XvPutStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 537 XvGetVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 576 XvGetStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | surface.c | 232 int sw, sh, dw, dh; local in function:vlVaPutSubpictures 254 dh = d->y1 - d->y0; 258 c.y1 = MIN2(d->y0 + dh, src_rect->y1); 260 sr.y0 = s->y0 + (c.y0 - d->y0)*(sh/(float)dh); 262 sr.y1 = s->y0 + (c.y1 - d->y0)*(sh/(float)dh); 269 dh = d->y1 - d->y0; 271 dr.y0 = d->y0 + c.y0*(dh/(float)sh); 273 dr.y1 = d->y0 + c.y1*(dh/(float)sh);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | surface.c | 232 int sw, sh, dw, dh; local in function:vlVaPutSubpictures 254 dh = d->y1 - d->y0; 258 c.y1 = MIN2(d->y0 + dh, src_rect->y1); 260 sr.y0 = s->y0 + (c.y0 - d->y0)*(sh/(float)dh); 262 sr.y1 = s->y0 + (c.y1 - d->y0)*(sh/(float)dh); 269 dh = d->y1 - d->y0; 271 dr.y0 = d->y0 + c.y0*(dh/(float)sh); 273 dr.y1 = d->y0 + c.y1*(dh/(float)sh);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 538 int dh = h / 2; local in function:counter_dialog 557 dialog = newwin(dh, dw, (h - dh) / 2, (w - dw) / 2); 563 int max = MIN2(dh - 2, group->group->num_countables); 566 if ((current - scroll) >= (dh - 3)) { 567 scroll = current - (dh - 3);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 374 short dw, dh; local in function:miSlideAndSizeWindow 478 dh = (int)h - (int)height; 479 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny); 595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwindow.c | 350 short dw, dh; local in function:miResizeWindow 443 dh = (int) h - (int) height; 444 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); 547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_iconify.c | 448 long dx, dy, dw, dh; local in function:Zoom 467 dh = (long) th - (long) fh; /* going from -> to */ 478 unsigned height = (unsigned)(((long) fh) + (dh * i) / z);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2_video.c | 122 int dx, dy, dw, dh; member in struct:_PortPrivRec 795 pPPriv->dT = (pPPriv->vh << 10) / pPPriv->dh; 992 pPPriv->dx, pPPriv->dy, pPPriv->dw, pPPriv->dh)); 995 DBox.y1 = pPPriv->dy - (pPPriv->vy * pPPriv->dh) / pPPriv->vh; 997 DBox.y2 = DBox.y1 + (pPPriv->fh * pPPriv->dh) / pPPriv->vh; 1019 int h = ((pBox->y2 - pBox->y1) * pPPriv->vh + pPPriv->dh) / pPPriv->dh + 1; 1021 int y = ((pBox->y1 - DBox.y1) * pPPriv->vh + (pPPriv->dh >> 1)) / pPPriv->dh; 1053 int dh1 = pPPriv->dh [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | texenv.c | 511 float dh = 2.0 / h; local in function:drawCheck 521 GLfloat y = -1.0 + j * dh;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 209 long dx, dy, dw, dh; local in function:Zoom 227 dh = ((long) (th - fh)); /* going from -> to */ 238 unsigned height = (unsigned) (((long) fh) + (dh * i) / z);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvmain.c | 580 #define CHECK_SIZE(dw, dh, sw, sh) { \ 581 if(!dw || !dh || !sw || !sh) return Success; \ 583 if((dw > 32767) || (dh > 32767) || (sw > 32767) || (sh > 32767)) \
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvmain.c | 495 #define CHECK_SIZE(dw, dh, sw, sh) { \ 496 if(!dw || !dh || !sw || !sh) return Success; \ 498 if((dw > 32767) || (dh > 32767) || (sw > 32767) || (sh > 32767)) \
|