Searched refs:_imageInfo (Results 1 – 5 of 5) sorted by relevance
28 : _imageInfo(static_cast<ImageInfo*>(AcquireMagickMemory( in Options()36 GetImageInfo(_imageInfo); in Options()42 GetDrawInfo(_imageInfo,_drawInfo); in Options()46 : _imageInfo(CloneImageInfo(options_._imageInfo)), in Options()48 _drawInfo(CloneDrawInfo(_imageInfo,options_._drawInfo)), in Options()56 _imageInfo=DestroyImageInfo(_imageInfo); in ~Options()67 _imageInfo->adjoin=static_cast<MagickBooleanType>( in adjoin()73 return(static_cast<bool>(_imageInfo->adjoin)); in adjoin()78 _imageInfo->alpha_color=alphaColor_; in alphaColor()83 return(Magick::Color(_imageInfo->alpha_color)); in alphaColor()[all …]
786 : _imageInfo(static_cast<ImageInfo*>(AcquireMagickMemory( in ReadOptions()790 GetImageInfo(_imageInfo); in ReadOptions()794 : _imageInfo(CloneImageInfo(options_._imageInfo)), in ReadOptions()801 _imageInfo=DestroyImageInfo(_imageInfo); in ~ReadOptions()807 _imageInfo->density=(char *) RelinquishMagickMemory(_imageInfo->density); in density()809 Magick::CloneString(&_imageInfo->density,density_); in density()814 if (_imageInfo->density) in density()815 return(Geometry(_imageInfo->density)); in density()822 _imageInfo->depth=depth_; in depth()827 return(_imageInfo->depth); in depth()[all …]
14 4 2 0 0 0 0 8 0.0000 4 135 1785 7350 4575 MagickCore::ImageInfo* _imageInfo\001
335 MagickCore::ImageInfo *_imageInfo; variable
895 MagickCore::ImageInfo *_imageInfo; variable