Lines Matching defs:bmi
132 XcursorBitmapInfo *bmi;
168 bmi = &info->bitmaps[replace];
169 bmi->bitmap = pid;
170 bmi->sequence = now;
171 bmi->width = width;
172 bmi->height = height;
173 bmi->has_image = False;
337 XcursorBitmapInfo *bmi;
352 bmi = _XcursorGetBitmap (dpy, (Pixmap) draw);
353 if (!bmi)
358 if (image->width != (int)bmi->width || image->height != (int)bmi->height)
360 bmi->bitmap = 0;
367 if (bmi->has_image)
369 bmi->bitmap = 0;
377 bmi->bitmap = 0;
383 XcursorImageHash (image, bmi->hash);
399 printf ("%02x", bmi->hash[i]);
408 bmi->has_image = True;
421 XcursorBitmapInfo *bmi;
444 bmi = _XcursorGetBitmap (dpy, source);
445 if (!bmi || !bmi->has_image)
448 sprintf (name + 2 * i, "%02x", bmi->hash[i]);