Home | History | Annotate | Download | only in coders

Lines Matching defs:NULL

308   delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception);
309 if (delegate_info == (const DelegateInfo *) NULL)
310 return((Image *) NULL);
329 (char *) NULL,exception);
346 if (svg_image != (Image *) NULL)
349 for (next=GetFirstImageInList(svg_image); next != (Image *) NULL; )
360 return((Image *) NULL);
370 if (svg_info == (SVGInfo *) NULL)
371 return((SVGInfo *) NULL);
382 if (svg_info->text != (char *) NULL)
384 if (svg_info->scale != (double *) NULL)
386 if (svg_info->title != (char *) NULL)
388 if (svg_info->comment != (char *) NULL)
407 assert(string != (const char *) NULL);
411 if (strchr(token,'%') != (char *) NULL)
481 return(svg_info->document->intSubset != NULL);
495 return(svg_info->document->extSubset != NULL);
509 (external_id != (const xmlChar *) NULL ? (const char *) external_id : "none"),
510 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
532 (public_id != (const xmlChar *) NULL ? (const char *) public_id : "none"),
533 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
579 public_id != (xmlChar *) NULL ? (const char *) public_id : "none",
580 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",content);
612 fullname=(xmlChar *) NULL;
613 prefix=(xmlChar *) NULL;
625 if (prefix != (xmlChar *) NULL)
627 if (fullname != (xmlChar *) NULL)
665 assert(message != (char *) NULL);
737 if (text == (const char *) NULL)
738 return((char **) NULL);
741 if (tokens == (char **) NULL)
745 return((char **) NULL);
760 if (tokens == (char **) NULL)
764 return((char **) NULL);
776 tokens[i]=(char *) NULL;
795 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none",
796 system_id != (const xmlChar *) NULL ? (const char *) system_id : "none");
833 if (tokens == (char **) NULL)
1132 if (units != (char *) NULL)
1134 if (color != (char *) NULL)
1136 for (i=0; tokens[i] != (char *) NULL; i++)
1152 public_id != (xmlChar *) NULL ? (const char *) public_id : "none",
1153 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",notation);
1190 if (svg_info->document == (xmlDocPtr) NULL)
1192 if (parser->encoding == NULL)
1193 svg_info->document->encoding=(const xmlChar *) NULL;
1209 if (svg_info->offset != (char *) NULL)
1211 if (svg_info->stop_color != (char *) NULL)
1213 if (svg_info->scale != (double *) NULL)
1215 if (svg_info->text != (char *) NULL)
1217 if (svg_info->vertices != (char *) NULL)
1219 if (svg_info->url != (char *) NULL)
1222 if (svg_info->document != (xmlDocPtr) NULL)
1225 svg_info->document=(xmlDocPtr) NULL;
1275 if (svg_info->scale == (double *) NULL)
1287 value=(const char *) NULL;
1297 if (attributes != (const xmlChar **) NULL)
1298 for (i=0; (attributes[i] != (const xmlChar *) NULL); i+=2)
1433 if (strchr((char *) name,':') != (char *) NULL)
1657 if (attributes != (const xmlChar **) NULL)
1658 for (i=0; (attributes[i] != (const xmlChar *) NULL); i+=2)
1861 if (tokens == (char **) NULL)
1866 if (keyword == (char *) NULL)
1882 affine.sx=StringToDouble(value,(char **) NULL);
1995 for (j=0; tokens[j] != (char *) NULL; j++)
2261 if (tokens == (char **) NULL)
2280 affine.sx=StringToDouble(value,(char **) NULL);
2317 angle=StringToDouble(value,(char **) NULL);
2412 for (j=0; tokens[j] != (char *) NULL; j++)
2440 (char **) NULL);
2447 (char **) NULL);
2520 if (svg_info->document->encoding != (const xmlChar *) NULL)
2523 if (attributes != (const xmlChar **) NULL)
2562 if (units != (char *) NULL)
2564 if (color != (char *) NULL)
2579 if (strchr((char *) name,':') != (char *) NULL)
2820 if (tokens == (char **) NULL)
2940 if (text == (char *) NULL)
2947 if (svg_info->text == (char *) NULL)
2971 if (parser == (xmlParserCtxtPtr) NULL)
2973 if (parser->node == (xmlNodePtr) NULL)
3021 if (svg_info->comment != (char *) NULL)
3115 if ((child != (xmlNodePtr) NULL) && (child->type == XML_CDATA_SECTION_NODE))
3143 (external_id != (const xmlChar *) NULL ? (const char *) external_id : "none"),
3144 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none"));
3147 if (((external_id == NULL) && (system_id == NULL)) ||
3152 if (input == NULL)
3157 if (parser->inputTab == (xmlParserInputPtr *) NULL)
3168 parser->input=NULL;
3171 if (input->filename == (char *) NULL)
3177 input->free=NULL;
3227 assert(image_info != (const ImageInfo *) NULL);
3229 assert(exception != (ExceptionInfo *) NULL);
3239 return((Image *) NULL);
3262 if (svg_image != (Image *) NULL)
3318 if (svg_handle == (RsvgHandle *) NULL)
3328 error=(GError *) NULL;
3330 if (error != (GError *) NULL)
3333 error=(GError *) NULL;
3335 if (error != (GError *) NULL)
3358 if (image_info->size != (char *) NULL)
3360 (void) GetGeometry(image_info->size,(ssize_t *) NULL,
3361 (ssize_t *) NULL,&image->columns,&image->rows);
3391 pixel_info=(MemoryInfo *) NULL;
3423 if (pixel_info == (MemoryInfo *) NULL)
3436 if ((cairo_surface == (cairo_surface_t *) NULL) ||
3439 if (cairo_surface != (cairo_surface_t *) NULL)
3465 if (q == (Quantum *) NULL)
3497 if (image->previous == (Image *) NULL)
3507 if (pixel_info != (MemoryInfo *) NULL)
3513 for (next=GetFirstImageInList(image); next != (Image *) NULL; )
3526 file=(FILE *) NULL;
3530 if ((unique_file == -1) || (file == (FILE *) NULL))
3536 return((Image *) NULL);
3542 if (svg_info == (SVGInfo *) NULL)
3554 if (image_info->size != (char *) NULL)
3617 return((Image *) NULL);
3628 image=(Image *) NULL;
3630 SetImageInfoBlob(read_info,(void *) NULL,0);
3635 if (image != (Image *) NULL)
3642 if (image != (Image *) NULL)
3644 if (svg_info->title != (char *) NULL)
3646 if (svg_info->comment != (char *) NULL)
3650 for (next=GetFirstImageInList(image); next != (Image *) NULL; )
3670 assert(image_info != (const ImageInfo *) NULL);
3672 assert(exception != (ExceptionInfo *) NULL);
3682 return((Image *) NULL);
3968 if (p == (const Quantum *) NULL)
3981 splines=at_splines_new_full(trace,fitting_options,NULL,NULL,NULL,NULL,NULL,
3982 NULL);
3984 GetBlobFileHandle(image),image->filename,output_options,splines,NULL,
3985 NULL);
4036 if (clone_image == (Image *) NULL)
4045 if (blob == (unsigned char *) NULL)
4131 assert(image_info != (const ImageInfo *) NULL);
4133 assert(image != (Image *) NULL);
4137 assert(exception != (ExceptionInfo *) NULL);
4143 if (value != (char *) NULL)
4150 if (value == (char *) NULL)
4170 if (primitive_info == (PrimitiveInfo *) NULL)
4594 (char **) NULL);
4600 (char **) NULL);
4611 (char **) NULL);
4647 (char **) NULL);
4651 svg_info.bounds.height=StringToDouble(token,(char **) NULL);
4912 GetNextToken(q,(const char **) NULL,extent,token);
4925 if (primitive_info == (PrimitiveInfo *) NULL)
4935 primitive_info[j].text=(char *) NULL;
5122 if (primitive_info == (PrimitiveInfo *) NULL)
5199 if (primitive_info == (PrimitiveInfo *) NULL)
5210 if (primitive_info != (PrimitiveInfo *) NULL)