| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Form.c | 451 FormWidget fw = (FormWidget)cnew; local in function:XawFormInitialize 453 fw->form.old_width = fw->form.old_height = 0; 454 fw->form.no_refigure = False; 455 fw->form.needs_relayout = False; 456 fw->form.resize_in_layout = True; 457 fw->form.resize_is_no_op = False; 483 FormWidget fw = (FormWidget)w; local in function:ChangeFormGeometry 492 if (width == XtWidth(fw) && height == XtHeight(fw)) 545 Layout(FormWidget fw,unsigned int width _X_UNUSED,unsigned int height _X_UNUSED,Bool force_relayout) argument 625 FormWidget fw = (FormWidget)w; local in function:ResizeChildren 732 FormWidget fw = (FormWidget)w; local in function:XawFormResize 811 FormWidget fw = (FormWidget)XtParent(w); local in function:XawFormGeometryManager 969 FormWidget fw = (FormWidget)cnew->core.parent; local in function:XawFormConstraintInitialize 1023 FormWidget fw = (FormWidget)w; local in function:XawFormChangeManaged 1085 FormWidget fw = (FormWidget)w; local in function:XawFormDoLayout [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | arm_test.sh | 32 wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pfp.fw?id=d5f9eea5a251d43412b07f5295d03e97b89ac4a5 \ 33 -O /rootfs-arm64/lib/firmware/qcom/a530_pfp.fw
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_framebuffer.c | 408 float fw = viewport->scale[0] * 2.0f; local in function:emit_viewport 423 fw, 445 if (fw < 0) { 447 prescale.translate[0] += -fw; 448 fw = -fw; 469 prescale.scale[0] *= fw / (fw + fx); 470 fw += fx; 486 if (fx + fw > fb_widt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_framebuffer.c | 425 float fw = viewport->scale[0] * 2.0f; local in function:get_viewport_prescale 439 fw, 461 if (fw < 0) { 463 prescale->translate[0] += -fw; 464 fw = -fw; 485 prescale->scale[0] *= fw / (fw + fx); 486 fw += fx; 502 if (fx + fw > fb_widt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 71 struct nouveau_bo *fw; local in function:nv84_load_firmwares 81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw); 84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client); 88 ret = nv84_copy_firmware(fw1, fw->map, size1); 90 ret = nv84_copy_firmware(fw2, fw->map + dec->vp_fw2_offset, size2); 91 munmap(fw->map, fw->size); 92 fw->map = NULL; 94 return fw; 96 nouveau_bo_ref(NULL, &fw); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 71 struct nouveau_bo *fw; local in function:nv84_load_firmwares 81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw); 84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client); 88 ret = nv84_copy_firmware(fw1, fw->map, size1); 90 ret = nv84_copy_firmware(fw2, fw->map + dec->vp_fw2_offset, size2); 91 munmap(fw->map, fw->size); 92 fw->map = NULL; 94 return fw; 96 nouveau_bo_ref(NULL, &fw); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_iconify.c | 447 unsigned int fw, fh, tw, th; /* from, to */ local in function:Zoom 461 XGetGeometry(dpy, wf, &JunkRoot, &fx, &fy, &fw, &fh, &JunkBW, &JunkDepth); 466 dw = (long) tw - (long) fw; /* going from -> to */ 473 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, fx, fy, fw, fh); 477 unsigned width = (unsigned)(((long) fw) + (dw * i) / z);
|
| H A D | win_decorations.c | 1517 int h, fw, fh, wd; local in function:SetBorderCursor 1526 fw = tmp_win->frame_width; 1530 fprintf(stderr, "wd=%d h=%d, fw=%d fh=%d x=%d y=%d\n", 1531 wd, h, fw, fh, x, y); 1564 else if(x >= fw - h) {
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2_video.c | 123 int fw, fh; member in struct:_PortPrivRec 996 DBox.x2 = DBox.x1 + (pPPriv->fw * pPPriv->dw) / pPPriv->vw; 1023 if ((x + w) > pPPriv->fw) 1024 w = pPPriv->fw - x; 1410 pPPriv->fw = 704; 1520 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw; 1522 pPPriv->vw = ((vid_w << 10) * pPPriv->fw) / sw; 1564 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw; 1566 pPPriv->vw = ((vid_w << 10) * pPPriv->fw) / sw; 1625 pPPriv->vx = (vid_x * pPPriv->fw) / s [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/ |
| H A D | afuc_test.asm | 37 ; move hi/lo of SQE fw addrs to registers: 47 ; read 2nd dword of fw, and add offset (minus 4 because we skipped first dword) 48 ; to base address of sqe fw
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 208 unsigned int fw, fh, tw, th; /* from, to */ local in function:Zoom 221 XGetGeometry(dpy, wf, &wdummy, &fx, &fy, &fw, &fh, &udummy, &udummy); 226 dw = ((long) (tw - fw)); /* going from -> to */ 233 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, fx, fy, fw, fh); 237 unsigned width = (unsigned) (((long) fw) + (dw * i) / z);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | xterm.h | 1767 extern void ClearCurBackground (XtermWidget /* xw */, int /* top */, int /* left */, unsigned /* height */, unsigned /* width */, unsigned /* fw */); 1829 #define ClearCurBackground(xw, top, left, height, width, fw) \ 1832 CursorX2(TScreenOf(xw), left, fw), \ 1834 ((width) * (unsigned) fw), \
|
| H A D | ptyx.h | 3704 #define CursorX2(screen,col,fw) ((col) * (int)(fw) + OriginX(screen))
|
| H A D | fontutils.c | 2487 int fw = FontWidth(screen) - 1; local in function:xtermSetCursorBox 2489 int ww = isCursorBar(screen) ? fw / 8 : fw;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | README.rst | 214 arranged so bit 11 is zero for bank 0 and 1 for bank 1. The ME fw (at
|
| /xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/ |
| H A D | font-awesome.css | 4 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url("specimen/FontAwesome.woff2") format("woff2"),url("specimen/FontAwesome.woff") format("woff"),url("specimen/FontAwesome.ttf") format("truetype")}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-typ (…)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4189 - freedreno/a6xx: fix hangs with newer sqe fw
|
| H A D | 21.2.0.rst | 2461 - ac: Enable 32bit predication on gfx9 with fw feature version 52.
|