Home
last modified time | relevance | path

Searched refs:cms_exception (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dprofile.c495 *cms_exception; in CMSExceptionHandler() local
503 cms_exception=(CMSExceptionInfo *) cmsGetContextUserData(context); in CMSExceptionHandler()
504 if (cms_exception == (CMSExceptionInfo *) NULL) in CMSExceptionHandler()
506 exception=cms_exception->exception; in CMSExceptionHandler()
509 image=cms_exception->image; in CMSExceptionHandler()
1013 cms_exception; in ProfileImage() local
1022 cms_exception.image=image; in ProfileImage()
1023 cms_exception.exception=exception; in ProfileImage()
1024 cms_context=cmsCreateContext(NULL,&cms_exception); in ProfileImage()