Searched refs:storage_data (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Graphics.c | 790 char *storage_data; local in function:BWFold 793 storage_data = CreateCleanData(Length(BW->bitmap.image->width, 796 storage = CreateBitmapImage(BW, storage_data, 1197 char *storage_data; local in function:BWStore 1206 storage_data = CreateCleanData(Length(width, height)); 1209 storage_data, 1303 char *storage_data; local in function:BWCopy 1311 storage_data = CreateCleanData(Length(width, height)); 1313 storage = CreateBitmapImage(BW, storage_data, width, height); 1333 char *storage_data; local in function:BWMove [all...] |
| H A D | Bitmap.c | 1018 unsigned char *storage_data; local in function:BWStoreFile 1023 &storage_data, &x_hot, &y_hot); 1028 BW->bitmap.storage = CreateBitmapImage(BW, (char *)storage_data, width, height);
|
Completed in 6 milliseconds