Searched refs:x_hot (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DRdBitF.c114 int *x_hot, /* RETURNED */
155 if (!strcmp("x_hot", type))
230 if (x_hot) *x_hot = hx;
244 int *x_hot, /* RETURNED */
250 res = XReadBitmapFileData(filename, width, height, &data, x_hot, y_hot);
109 XReadBitmapFileData(_Xconst char * filename,unsigned int * width,unsigned int * height,unsigned char ** data,int * x_hot,int * y_hot) argument
237 XReadBitmapFile(Display * display,Drawable d,_Xconst char * filename,unsigned int * width,unsigned int * height,Pixmap * pixmap,int * x_hot,int * y_hot) argument
H A DWrBitF.c94 int x_hot,
130 if (x_hot != -1) {
131 fprintf(stream, "#define %s_x_hot %d\n", name, x_hot);
88 XWriteBitmapFile(Display * display,_Xconst char * filename,Pixmap bitmap,unsigned int width,unsigned int height,int x_hot,int y_hot) argument
/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c70 static Pixmap ReadBitmapFile(char *filename, unsigned int *width, unsigned int *height, int *x_hot, int *y_hot);
399 int x_hot, y_hot; local in function:CreateCursorFromFiles
411 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
422 if ((x_hot == -1) && (y_hot == -1)) {
423 x_hot = BITMAP_HOT_DEFAULT;
426 if ((x_hot < 0) || ((unsigned int)x_hot >= width) ||
434 (unsigned int)x_hot, (unsigned int)y_hot);
539 int *x_hot, int *y_hot)
545 height, &bitmap, x_hot, y_ho
538 ReadBitmapFile(char * filename,unsigned int * width,unsigned int * height,int * x_hot,int * y_hot) argument
[all...]
/xsrc/external/mit/libXmu/dist/src/
H A DRdBitF.c151 unsigned char **datap, int *x_hot, int *y_hot)
193 if (!strcmp("x_hot", type))
265 if (x_hot) *x_hot = hx;
382 int *x_hot, int *y_hot)
390 status = XmuReadBitmapData(fstream, width, height, datap, x_hot, y_hot);
150 XmuReadBitmapData(FILE * fstream,unsigned int * width,unsigned int * height,unsigned char ** datap,int * x_hot,int * y_hot) argument
380 XmuReadBitmapDataFromFile(_Xconst char * filename,unsigned int * width,unsigned int * height,unsigned char ** datap,int * x_hot,int * y_hot) argument
/xsrc/external/mit/bitmap/dist/
H A Dbmtoa.c122 int x_hot, y_hot; local in function:main
178 &x_hot, &y_hot);
H A DBitmap.c680 int x_hot, int y_hot)
704 if (QuerySet(x_hot, y_hot)) {
705 fprintf(file, "#define %s_x_hot %d\n", basename, x_hot);
918 int x_hot, y_hot; local in function:Initialize
922 &x_hot, &y_hot);
940 new->bitmap.hot.x = x_hot;
1020 int x_hot, y_hot; local in function:BWStoreFile
1023 &storage_data, &x_hot, &y_hot);
1084 int x_hot, y_hot; local in function:BWReadFile
1090 &x_hot,
677 XmuWriteBitmapDataToFile(_Xconst _XtString filename,_Xconst _XtString basename,int width,int height,char * datap,int x_hot,int y_hot) argument
[all...]

Completed in 6 milliseconds