HomeSort by: relevance | last modified time | path
    Searched refs:y_hot (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
RdBitF.c 115 int *y_hot) /* RETURNED */
157 if (!strcmp("y_hot", type))
231 if (y_hot) *y_hot = hy;
245 int *y_hot) /* RETURNED */
250 res = XReadBitmapFileData(filename, width, height, &data, x_hot, y_hot);
WrBitF.c 95 int y_hot)
132 fprintf(stream, "#define %s_y_hot %d\n", name, y_hot);
  /xsrc/external/mit/libXmu/dist/src/
RdBitF.c 157 unsigned char **datap, int *x_hot, int *y_hot)
201 if (!strcmp("y_hot", type))
272 if (y_hot) *y_hot = hy;
388 int *x_hot, int *y_hot)
396 status = XmuReadBitmapData(fstream, width, height, datap, x_hot, y_hot);
  /xsrc/external/mit/bitmap/dist/
bmtoa.c 122 int x_hot, y_hot; local
178 &x_hot, &y_hot);
Bitmap.c 693 int x_hot, int y_hot)
717 if (QuerySet(x_hot, y_hot)) {
719 fprintf(file, "#define %s_y_hot %d\n", basename, y_hot);
931 int x_hot, y_hot; local
935 &x_hot, &y_hot);
954 new->bitmap.hot.y = y_hot;
1033 int x_hot, y_hot; local
1036 &storage_data, &x_hot, &y_hot);
1097 int x_hot, y_hot; local
1103 &x_hot, &y_hot);
    [all...]
  /xsrc/external/mit/xsetroot/dist/
xsetroot.c 70 static Pixmap ReadBitmapFile(char *filename, unsigned int *width, unsigned int *height, int *x_hot, int *y_hot);
410 int x_hot, y_hot; local
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);
    [all...]

Completed in 8 milliseconds