HomeSort by: relevance | last modified time | path
    Searched refs:dh (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glut_vidresize.c 34 static int dx = -1, dy = -1, dw = -1, dh = -1; variable
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/
glut_vidresize.c 32 static int dx = -1, dy = -1, dw = -1, dh = -1; variable
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;
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);
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
test-render.cpp 181 GLint dw, dh, depth_cpp; local
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
231 ASSERT_EQ(false, OSMesaGetDepthBuffer(ctx.get(), &dw, &dh, &depth_cpp, (void **)&depth));
234 ASSERT_EQ(dh, 0);
  /xsrc/external/mit/xterm/dist/
charclass.c 375 int dh; local
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/
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
init.c 355 /* Check if 30xB DH version (no LCD support, use Panel Link instead) */
731 USHORT si,di,bx,dl,al,ah,dh; local
754 if( ( (XGI_Pr->VBInfo & SetCRT2ToLCD) && /* 301B-DH LCD */
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/MesaLib/dist/src/gallium/auxiliary/util/
u_sse.h 357 __m128i al, ah, dl, dh, sl, sh, rl, rh; local
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
414 dh = _mm_unpackhi_epi8(dst, zero);
419 rh = util_sse2_lerp_epi16(ah, dh, sh);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
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);
nv_proto.h 58 struct nouveau_bo *d, int dd, int dp, int dh, int dx, int dy);
  /xsrc/external/mit/xorg-server/dist/dbe/
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
  /xsrc/external/mit/xorg-server.old/dist/dbe/
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
  /xsrc/external/mit/xf86-video-ngle/dist/src/
summit_accel.c 472 int dw, dh; local
483 dh = pDst->pDrawable->height;
598 if ((yd + he) > dh) {
599 he -= (yd + he - dh);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
surface.c 232 int sw, sh, dw, dh; local
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.old/dist/src/gallium/state_trackers/va/
surface.c 232 int sw, sh, dw, dh; local
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/libXv/dist/src/
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;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
fdperf.c 538 int dh = h / 2; local
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/dist/mi/
miwindow.c 350 short dw, dh; local
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/xorg-server.old/dist/mi/
miwindow.c 374 short dw, dh; local
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/ctwm/dist/
win_iconify.c 448 long dx, dy, dw, dh; local
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/
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 - 1
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
texenv.c 511 float dh = 2.0 / h; local
521 GLfloat y = -1.0 + j * dh;
  /xsrc/external/mit/twm/dist/src/
util.c 209 long dx, dy, dw, dh; local
227 dh = ((long) (th - fh)); /* going from -> to */
238 unsigned height = (unsigned) (((long) fh) + (dh * i) / z);
  /xsrc/external/mit/xorg-server/dist/Xext/
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)) \
  /xsrc/external/mit/xorg-server.old/dist/Xext/
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)) \

Completed in 26 milliseconds

1 2