Home | History | Annotate | Download | only in xnest

Lines Matching refs:bits

63                            pCursor->bits->width, pCursor->bits->height, 1);
67 pCursor->bits->width, pCursor->bits->height, 1);
72 (char *) pCursor->bits->source,
73 pCursor->bits->width,
74 pCursor->bits->height, BitmapPad(xnestDisplay), 0);
77 0, 0, 0, 0, pCursor->bits->width, pCursor->bits->height);
84 (char *) pCursor->bits->mask,
85 pCursor->bits->width,
86 pCursor->bits->height, BitmapPad(xnestDisplay), 0);
89 0, 0, 0, 0, pCursor->bits->width, pCursor->bits->height);
104 pCursor->bits->xhot, pCursor->bits->yhot);