Lines Matching defs:shape
557 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size)
559 unsigned int id = shape >> 1;
563 shape, NonNull(theme), size));
572 _XcursorShapeLoadImages (Display *dpy, unsigned int shape)
574 unsigned int id = shape >> 1;
578 (void*)dpy, shape));
587 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size)
589 unsigned int id = shape >> 1;
593 shape, NonNull(theme), size));
602 XcursorShapeLoadCursor (Display *dpy, unsigned int shape)
604 unsigned int id = shape >> 1;
608 (void*)dpy, shape));
617 XcursorShapeLoadCursors (Display *dpy, unsigned int shape)
619 unsigned int id = shape >> 1;
623 (void*)dpy, shape));