Searched refs:FindBitmap (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_bitmap.c | 29 static Pixmap FindBitmap(const char *name, unsigned int *widthp, 41 return FindBitmap(name, &JunkWidth, &JunkHeight); 68 * FindBitmap - read in a bitmap file and return size 81 FindBitmap(const char *name, unsigned int *widthp, function in typeref:typename:Pixmap 147 bm = FindBitmap(name, &width, &height);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.h | 70 extern Pixmap FindBitmap(const char *name, unsigned int *widthp,
|
| H A D | util.c | 295 * FindBitmap - read in a bitmap file and return size 304 FindBitmap(const char *name, unsigned *widthp, unsigned *heightp) function in typeref:typename:Pixmap 387 return FindBitmap(name, &udummy, &udummy);
|
| H A D | menus.c | 324 tb->bitmap = FindBitmap(tb->name, &tb->width, &tb->height); 326 tb->bitmap = FindBitmap(TBPM_QUESTION, &tb->width, &tb->height);
|
| H A D | add_window.c | 1357 Pixmap pm = FindBitmap(filename, &width, &height);
|
Completed in 12 milliseconds