| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 83 free(bits->argb); in FreeCursorBits() 166 if (bits->argb) { in CheckForEmptyMask() 167 CARD32 *argb = bits->argb; in CheckForEmptyMask() local 171 if (*argb++ & 0xff000000) in CheckForEmptyMask() 239 CARD32 *argb, CursorMetricPtr cm, in AllocARGBCursor() argument 258 bits->argb = argb; in AllocARGBCursor() 292 if (argb) { in AllocARGBCursor() 296 if ((argb[i] & 0xff000000) == 0 && (argb[i] & 0xffffff) != 0) { in AllocARGBCursor() 301 a = argb[i] >> 24; in AllocARGBCursor() 302 ar = a * ((argb[i] >> 16) & 0xff) / 0xff; in AllocARGBCursor() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-cursor.c | 155 if (cursor->bits->argb) in xwl_seat_set_cursor() 157 cursor->bits->argb, cursor->bits->height * stride); in xwl_seat_set_cursor() 207 if (cursor->bits->argb) in xwl_tablet_tool_set_cursor() 209 cursor->bits->argb, cursor->bits->height * stride); in xwl_tablet_tool_set_cursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 88 if (src->bits->argb != NULL) { in load_cursor() 91 data = (uint32_t *)src->bits->argb; in load_cursor() 93 const uint32_t *be_data = (uint32_t *)src->bits->argb; in load_cursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 131 (cursor->bits->argb && infoPtr->UseHWCursorARGB && in xf86ScreenCheckHWCursor() 133 (cursor->bits->argb == 0 && in xf86ScreenCheckHWCursor() 213 if (!pCurs->bits->argb || !xf86DriverHasLoadCursorARGB(infoPtr)) in xf86ScreenSetCursor() 223 if (pCurs->bits->argb && xf86DriverHasLoadCursorARGB(infoPtr)) { in xf86ScreenSetCursor() 349 if (pCurs->bits->argb) in xf86RecolorCursor_locked()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | usb.c | 354 struct find_interface_arg argb; in usb_find_interface() local 357 argb.minor = minor; in usb_find_interface() 358 argb.drv = &drv->drvwrap.driver; in usb_find_interface() 360 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 145 image->data = (void *)cursor->bits->argb; in ephyrRealizeARGBCursor() 180 if (cursor->bits->argb && can_argb_cursor()) in ephyrRealizeCursor()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | cursorstr.h | 67 CARD32 *argb; /* full-color alpha blended */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 242 if (pCursor->bits->argb) { in winLoadCursor() 263 src = &(pCursor->bits->argb[y * pCursor->bits->width]); in winLoadCursor()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 188 if (pCursor->bits->argb) { in miDCRealize() 213 0, ZPixmap, (char *) pCursor->bits->argb); in miDCRealize()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 61 + color.argb = color;
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 328 if (pCursor->bits->argb) in CopyCursorToImage() 329 memcpy(image, pCursor->bits->argb, npixels * sizeof(CARD32)); in CopyCursorToImage()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0073-gl-renderer-Support-more-SHM-RGB-formats.patch | 111 + color.argb = color;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 111 + color.argb = color;
|
| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0001-fix-missing-davinci-voodoo-header.patch | 798 + u32 argb, 810 + task->c64x_arg[5] = argb; 827 + u32 argb, 837 + task->c64x_arg[5] = argb;
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 1453 CARD32 *argbbits, *argb; in ProcRenderCreateCursor() local 1547 argb = argbbits; in ProcRenderCreateCursor() 1550 CARD32 p = *argb++; in ProcRenderCreateCursor() 1574 argb = argbbits; in ProcRenderCreateCursor() 1577 CARD32 p = *argb++; in ProcRenderCreateCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 605 CARD32 *cursor_source = (CARD32 *) cursor->bits->argb; in xf86_crtc_load_cursor_argb()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.css.map | 1 …argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to…
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 11529 xwayland: Fix non-argb cursor conversion 41503 Use xcb-renderutil for argb format lookup (Uli, Keith) 54838 frag_color = sample(texture).argb; 86803 a. revert argb to bgra / abgr to rgba. 86804 b. swap argb to abgr / bgra to rgba. 131072 EXA: If the driver can't composite to an a8 mask, try an argb mask for glyphs.
|