(It's not by anything in the code.)
SVN revision: 81182
{
memset(im, 0, sizeof *im);
- im->ref = 1;
im->cache_entry.w = w;
im->cache_entry.h = h;
im->cache_entry.space = EVAS_COLORSPACE_ARGB8888;
}
im->flags = RGBA_IMAGE_NOTHING;
- im->ref = 1;
evas_common_rgba_image_scalecache_init(&im->cache_entry);
ie = &im->cache_entry;
im = calloc(1, sizeof(RGBA_Image));
if (!im) return NULL;
im->flags = RGBA_IMAGE_NOTHING;
- im->ref = 1;
evas_common_rgba_image_scalecache_init(&im->cache_entry);
} info;
void *extended_info;
- int ref;
/* unsigned char scale; */