Searched refs:fIconFamily (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp70 fIconFamily = NULL;
72 &fIconFamily);
79 icns_byte_t *dataPtr = (icns_byte_t*)fIconFamily;
82 while ((dataOffset+8) < fIconFamily->resourceSize) {
108 if (fIconFamily != NULL)
109 free(fIconFamily);
142 int status = icns_get_image32_with_mask_from_family(fIconFamily,
210 icns_create_family(&fIconFamily);
232 free(fIconFamily);
233 fIconFamily
[all...]
H A DICNSLoader.h46 icns_family_t* fIconFamily; member in class:ICNSLoader
62 icns_family_t* fIconFamily; member in class:ICNSSaver

Completed in 20 milliseconds