Lines Matching refs:y_hot
70 static Pixmap ReadBitmapFile(char *filename, unsigned int *width, unsigned int *height, int *x_hot, int *y_hot);
410 int x_hot, y_hot;
422 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
433 if ((x_hot == -1) && (y_hot == -1)) {
435 y_hot = BITMAP_HOT_DEFAULT;
438 (y_hot < 0) || ((unsigned int)y_hot >= height)) {
445 (unsigned int)x_hot, (unsigned int)y_hot);
550 int *x_hot, int *y_hot)
556 height, &bitmap, x_hot, y_hot);