Home
last modified time | relevance | path

Searched refs:XcursorPixel (Results 1 – 3 of 3) sorted by relevance

/third_party/wayland_standard/cursor/
Dxcursor.h35 typedef XcursorUInt XcursorPixel; typedef
45 XcursorPixel *pixels; /* pointer to pixels */
Dxcursor.c211 width * height * sizeof (XcursorPixel)); in XcursorImageCreate()
215 image->pixels = (XcursorPixel *) (image + 1); in XcursorImageCreate()
473 XcursorPixel *p; in _XcursorReadImage()
/third_party/flutter/glfw/src/
Dx11_init.c689 XcursorPixel* target = native->pixels; in _glfwCreateCursorX11()