Home | History | Annotate | Download | only in coders

Lines Matching refs:density

175     density,
204 density=0;
222 (void) sscanf(header+8,"%lu",&density);
274 (void) FormatLocaleString(message,MagickPathExtent,"%lu",density);
275 (void) CloneString(&read_info->density,message);
451 density,
542 density=200;
543 if (image_info->density != (char *) NULL)
548 (void) ParseGeometry(image_info->density,&geometry_info);
549 density=(size_t) floor(geometry_info.rho+0.5);
552 (unsigned long) density);