HomeSort by: relevance | last modified time | path
    Searched refs:ww (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
RdBitF.c 127 unsigned int ww = 0; /* width */ local
149 ww = (unsigned int) value;
180 if (!ww || !hh)
183 if ((ww % 16) && ((ww % 16) < 9) && version10p)
188 bytes_per_line = (ww+7)/8 + padding;
228 *width = ww;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbtile.c 110 int ww = width; local
117 while (ww) {
119 if (w > ww)
120 w = ww;
121 ww -= w;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbtile.c 110 int ww = width; local
117 while (ww) {
119 if (w > ww)
120 w = ww;
121 ww -= w;
  /xsrc/external/mit/libXmu/dist/src/
RdBitF.c 162 unsigned int ww = 0; /* width */ local
187 ww = (unsigned int) value;
218 if (!ww || !hh)
221 if ((ww % 16) && ((ww % 16) < 9) && version10p)
226 bytes_per_line = (ww+7)/8 + padding;
263 *width = ww;
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
alp_xaam.c 107 int hh, ww; local
111 ww = ((w * pScrn->bitsPerPixel / 8) - 1) & 0x1fff;
117 dest += hh * pitch + ww;
118 source += hh * pitch + ww;
124 moutl(0x08, (hh << 16) | ww);
136 ErrorF("AlpSubsequentScreenToScreenCopy s=%d d=%d ww=%d hh=%d\n",
137 source, dest, ww, hh);
174 int hh, ww; local
178 ww = ((w * pScrn->bitsPerPixel / 8) - 1) & 0x1fff;
186 moutl(0x08, (hh << 16) | ww);
    [all...]
alp_xaa.c 90 int hh, ww; local
94 ww = (w * pScrn->bitsPerPixel / 8) - 1;
100 dest += hh * pitch + ww;
101 source += hh * pitch + ww;
109 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
110 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);
131 ErrorF("AlpSubsequentScreenToScreenCopy s=%d d=%d ww=%d hh=%d\n",
132 source, dest, ww, hh);
195 int hh, ww; local
198 ww = (w * pScrn->bitsPerPixel / 8) - 1
290 int hh, ww; local
515 int ww=pAlp->SubsequentColorExpandScanlineByteWidth; local
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaLowLevel.h 69 #define setRegion(xx,yy,ww,hh,region) \
73 (region).w = (ww); \
  /xsrc/external/mit/xsetroot/dist/
xsetroot.c 120 unsigned int ww, hh; local
287 bitmap = ReadBitmapFile(bitmap_file, &ww, &hh, (int *)NULL, (int *)NULL);
288 SetBackgroundToBitmap(bitmap, ww, hh);
398 unsigned int width, height, ww, hh; local
412 mask_bitmap = ReadBitmapFile(mask_file, &ww, &hh, (int *)NULL, (int *)NULL);
414 if (width != ww || height != hh) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
xf86int10.h 52 void (*ww) (xf86Int10InfoPtr, int, uint16_t); member in struct:_int10Mem
114 #define MEM_WW(name, addr, val) (*name->mem->ww)(name, addr, val)
helper_exec.c 474 (*Int10Current->mem->ww) (Int10Current, addr, val);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10.h 52 void(*ww)(xf86Int10InfoPtr, int, CARD16); member in struct:_int10Mem
114 #define MEM_WW(name, addr, val) (*name->mem->ww)(name, addr, val)
helper_exec.c 455 (*Int10Current->mem->ww)(Int10Current, addr, val);
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 6540 int ww, hh; local
6551 &ww, &hh)) {
6562 if (ww < 1 || hh < 1) {
6564 ww, hh));
6567 if (ww > 16) {
6568 ww = 16;
6574 TRACE(("using unit size multiplier: %d,%d\n", ww, hh));
6581 (unsigned) ww *8U;
util.c 2408 int ww = (int) width; local
2414 ww -= w1;
2416 if ((ww > 0) && (x < hmark2)) {
2428 ww -= w2;
2430 if (ww > 0) {
2432 x, y, (unsigned) ww, (unsigned) h2);
fontutils.c 2489 int ww = isCursorBar(screen) ? fw / 8 : fw; local
2491 if (ww < 2)
2492 ww = 2;
2497 (vp++)->x = (short) ww;
2499 (vp++)->x = (short) -ww;
  /xsrc/external/mit/glu/dist/src/libutil/
mipmap.c 6702 int ww, hh, dd, k; local
6746 for (ww= 0; ww < elementsPerLine; ww++) {
6897 } /* for ww */
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 4184 float uu, vv, ww;
4185 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_widgets.cpp 4184 float uu, vv, ww;
4185 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);

Completed in 39 milliseconds