| /xsrc/external/mit/libX11/dist/src/ |
| H A D | RdBitF.c | 127 unsigned int ww = 0; /* width */ local in function:XReadBitmapFileData 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/ |
| H A D | fbtile.c | 110 int ww = width; local in function:fbOddTile 117 while (ww) { 119 if (w > ww) 120 w = ww; 121 ww -= w;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbtile.c | 110 int ww = width; local in function:fbOddTile 117 while (ww) { 119 if (w > ww) 120 w = ww; 121 ww -= w;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | RdBitF.c | 162 unsigned int ww = 0; /* width */ local in function:XmuReadBitmapData 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/ |
| H A D | alp_xaam.c | 107 int hh, ww; local in function:AlpSubsequentScreenToScreenCopy 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 in function:AlpSubsequentSolidFillRect 178 ww = ((w * pScrn->bitsPerPixel / 8) - 1) & 0x1fff; 186 moutl(0x08, (hh << 16) | ww); [all...] |
| H A D | alp_xaa.c | 90 int hh, ww; local in function:AlpSubsequentScreenToScreenCopy 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 in function:AlpSubsequentSolidFillRect 198 ww 290 int hh, ww; local in function:AlpSubsequentMono8x8PatternFillRect 515 int ww=pAlp->SubsequentColorExpandScanlineByteWidth; local in function:AlpSubsequentColorExpandScanline [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaLowLevel.h | 69 #define setRegion(xx,yy,ww,hh,region) \ 73 (region).w = (ww); \
|
| /xsrc/external/mit/xsetroot/dist/ |
| H A D | xsetroot.c | 120 unsigned int ww, hh; local in function:main 287 bitmap = ReadBitmapFile(bitmap_file, &ww, &hh, (int *)NULL, (int *)NULL); 288 SetBackgroundToBitmap(bitmap, ww, hh); 398 unsigned int width, height, ww, hh; local in function:CreateCursorFromFiles 412 mask_bitmap = ReadBitmapFile(mask_file, &ww, &hh, (int *)NULL, (int *)NULL); 414 if (width != ww || height != hh) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | 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)
|
| H A D | helper_exec.c | 455 (*Int10Current->mem->ww)(Int10Current, addr, val);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | 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)
|
| H A D | helper_exec.c | 474 (*Int10Current->mem->ww) (Int10Current, addr, val);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics_regis.c | 6540 int ww, hh; local in function:parse_regis_option 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;
|
| H A D | util.c | 2408 int ww = (int) width; local in function:xtermClear2 2414 ww -= w1; 2416 if ((ww > 0) && (x < hmark2)) { 2428 ww -= w2; 2430 if (ww > 0) { 2432 x, y, (unsigned) ww, (unsigned) h2);
|
| H A D | fontutils.c | 2489 int ww = isCursorBar(screen) ? fw / 8 : fw; local in function:xtermSetCursorBox 2491 if (ww < 2) 2492 ww = 2; 2497 (vp++)->x = (short) ww; 2499 (vp++)->x = (short) -ww;
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 6702 int ww, hh, dd, k; local in function:fillImage3D 6746 for (ww= 0; ww < elementsPerLine; ww++) { 6897 } /* for ww */
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4184 float uu, vv, ww; local in function:ImGui::ColorPicker4 4185 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4184 float uu, vv, ww; local in function:ImGui::ColorPicker4 4185 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);
|