Lines Matching defs:y_hot
70 static Pixmap ReadBitmapFile(char *filename, unsigned int *width, unsigned int *height, int *x_hot, int *y_hot);
399 int x_hot, y_hot;
411 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
422 if ((x_hot == -1) && (y_hot == -1)) {
424 y_hot = BITMAP_HOT_DEFAULT;
427 (y_hot < 0) || ((unsigned int)y_hot >= height)) {
434 (unsigned int)x_hot, (unsigned int)y_hot);
539 int *x_hot, int *y_hot)
545 height, &bitmap, x_hot, y_hot);