• Home
  • Raw
  • Download

Lines Matching refs:keyword

1099     *keyword,  in SVGProcessStyleElement()  local
1122 keyword=(char *) tokens[i]; in SVGProcessStyleElement()
1124 if (LocaleCompare(keyword,"font-size") != 0) in SVGProcessStyleElement()
1134 keyword=(char *) tokens[i]; in SVGProcessStyleElement()
1136 (void) LogMagickEvent(CoderEvent,GetMagickModule()," %s: %s",keyword, in SVGProcessStyleElement()
1138 switch (*keyword) in SVGProcessStyleElement()
1154 if (LocaleCompare(keyword,"clip-path") == 0) in SVGProcessStyleElement()
1159 if (LocaleCompare(keyword,"clip-rule") == 0) in SVGProcessStyleElement()
1164 if (LocaleCompare(keyword,"clipPathUnits") == 0) in SVGProcessStyleElement()
1171 if (LocaleCompare(keyword,"color") == 0) in SVGProcessStyleElement()
1183 if (LocaleCompare(keyword,"fill") == 0) in SVGProcessStyleElement()
1196 if (LocaleCompare(keyword,"fillcolor") == 0) in SVGProcessStyleElement()
1201 if (LocaleCompare(keyword,"fill-rule") == 0) in SVGProcessStyleElement()
1206 if (LocaleCompare(keyword,"fill-opacity") == 0) in SVGProcessStyleElement()
1212 if (LocaleCompare(keyword,"font") == 0) in SVGProcessStyleElement()
1234 if (LocaleCompare(keyword,"font-family") == 0) in SVGProcessStyleElement()
1240 if (LocaleCompare(keyword,"font-stretch") == 0) in SVGProcessStyleElement()
1246 if (LocaleCompare(keyword,"font-style") == 0) in SVGProcessStyleElement()
1251 if (LocaleCompare(keyword,"font-size") == 0) in SVGProcessStyleElement()
1258 if (LocaleCompare(keyword,"font-weight") == 0) in SVGProcessStyleElement()
1269 if (LocaleCompare(keyword,"kerning") == 0) in SVGProcessStyleElement()
1279 if (LocaleCompare(keyword,"letter-spacing") == 0) in SVGProcessStyleElement()
1290 if (LocaleCompare(keyword,"mask") == 0) in SVGProcessStyleElement()
1300 if (LocaleCompare(keyword,"offset") == 0) in SVGProcessStyleElement()
1306 if (LocaleCompare(keyword,"opacity") == 0) in SVGProcessStyleElement()
1316 if (LocaleCompare(keyword,"stop-color") == 0) in SVGProcessStyleElement()
1321 if (LocaleCompare(keyword,"stroke") == 0) in SVGProcessStyleElement()
1335 if (LocaleCompare(keyword,"stroke-antialiasing") == 0) in SVGProcessStyleElement()
1341 if (LocaleCompare(keyword,"stroke-dasharray") == 0) in SVGProcessStyleElement()
1347 if (LocaleCompare(keyword,"stroke-dashoffset") == 0) in SVGProcessStyleElement()
1353 if (LocaleCompare(keyword,"stroke-linecap") == 0) in SVGProcessStyleElement()
1359 if (LocaleCompare(keyword,"stroke-linejoin") == 0) in SVGProcessStyleElement()
1365 if (LocaleCompare(keyword,"stroke-miterlimit") == 0) in SVGProcessStyleElement()
1371 if (LocaleCompare(keyword,"stroke-opacity") == 0) in SVGProcessStyleElement()
1377 if (LocaleCompare(keyword,"stroke-width") == 0) in SVGProcessStyleElement()
1388 if (LocaleCompare(keyword,"text-align") == 0) in SVGProcessStyleElement()
1393 if (LocaleCompare(keyword,"text-anchor") == 0) in SVGProcessStyleElement()
1399 if (LocaleCompare(keyword,"text-decoration") == 0) in SVGProcessStyleElement()
1409 if (LocaleCompare(keyword,"text-antialiasing") == 0) in SVGProcessStyleElement()
1541 *keyword, in SVGStartElement() local
1589 keyword=(const char *) attributes[i]; in SVGStartElement()
1591 switch (*keyword) in SVGStartElement()
1596 if (LocaleCompare(keyword,"cx") == 0) in SVGStartElement()
1602 if (LocaleCompare(keyword,"cy") == 0) in SVGStartElement()
1613 if (LocaleCompare(keyword,"fx") == 0) in SVGStartElement()
1619 if (LocaleCompare(keyword,"fy") == 0) in SVGStartElement()
1630 if (LocaleCompare(keyword,"height") == 0) in SVGStartElement()
1641 if (LocaleCompare(keyword,"id") == 0) in SVGStartElement()
1651 if (LocaleCompare(keyword,"r") == 0) in SVGStartElement()
1662 if (LocaleCompare(keyword,"width") == 0) in SVGStartElement()
1673 if (LocaleCompare(keyword,"x") == 0) in SVGStartElement()
1678 if (LocaleCompare(keyword,"x1") == 0) in SVGStartElement()
1684 if (LocaleCompare(keyword,"x2") == 0) in SVGStartElement()
1695 if (LocaleCompare(keyword,"y") == 0) in SVGStartElement()
1700 if (LocaleCompare(keyword,"y1") == 0) in SVGStartElement()
1706 if (LocaleCompare(keyword,"y2") == 0) in SVGStartElement()
1941 keyword=(const char *) attributes[i]; in SVGStartElement()
1944 " %s = %s",keyword,value); in SVGStartElement()
1945 switch (*keyword) in SVGStartElement()
1950 if (LocaleCompare(keyword,"angle") == 0) in SVGStartElement()
1961 if (LocaleCompare(keyword,"class") == 0) in SVGStartElement()
1973 if (LocaleCompare(keyword,"clip-path") == 0) in SVGStartElement()
1979 if (LocaleCompare(keyword,"clip-rule") == 0) in SVGStartElement()
1985 if (LocaleCompare(keyword,"clipPathUnits") == 0) in SVGStartElement()
1992 if (LocaleCompare(keyword,"color") == 0) in SVGStartElement()
1997 if (LocaleCompare(keyword,"cx") == 0) in SVGStartElement()
2003 if (LocaleCompare(keyword,"cy") == 0) in SVGStartElement()
2014 if (LocaleCompare(keyword,"d") == 0) in SVGStartElement()
2019 if (LocaleCompare(keyword,"dx") == 0) in SVGStartElement()
2031 if (LocaleCompare(keyword,"dy") == 0) in SVGStartElement()
2048 if (LocaleCompare(keyword,"fill") == 0) in SVGStartElement()
2058 if (LocaleCompare(keyword,"fillcolor") == 0) in SVGStartElement()
2063 if (LocaleCompare(keyword,"fill-rule") == 0) in SVGStartElement()
2069 if (LocaleCompare(keyword,"fill-opacity") == 0) in SVGStartElement()
2075 if (LocaleCompare(keyword,"font-family") == 0) in SVGStartElement()
2081 if (LocaleCompare(keyword,"font-stretch") == 0) in SVGStartElement()
2087 if (LocaleCompare(keyword,"font-style") == 0) in SVGStartElement()
2093 if (LocaleCompare(keyword,"font-size") == 0) in SVGStartElement()
2116 if (LocaleCompare(keyword,"font-weight") == 0) in SVGStartElement()
2127 if (LocaleCompare(keyword,"gradientTransform") == 0) in SVGStartElement()
2141 keyword=(char *) tokens[j]; in SVGStartElement()
2142 if (keyword == (char *) NULL) in SVGStartElement()
2146 " %s: %s",keyword,value); in SVGStartElement()
2149 switch (*keyword) in SVGStartElement()
2154 if (LocaleCompare(keyword,"matrix") == 0) in SVGStartElement()
2186 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
2203 if (LocaleCompare(keyword,"scale") == 0) in SVGStartElement()
2217 if (LocaleCompare(keyword,"skewX") == 0) in SVGStartElement()
2226 if (LocaleCompare(keyword,"skewY") == 0) in SVGStartElement()
2240 if (LocaleCompare(keyword,"translate") == 0) in SVGStartElement()
2276 if (LocaleCompare(keyword,"gradientUnits") == 0) in SVGStartElement()
2288 if (LocaleCompare(keyword,"height") == 0) in SVGStartElement()
2294 if (LocaleCompare(keyword,"href") == 0) in SVGStartElement()
2304 if (LocaleCompare(keyword,"kerning") == 0) in SVGStartElement()
2315 if (LocaleCompare(keyword,"letter-spacing") == 0) in SVGStartElement()
2326 if (LocaleCompare(keyword,"major") == 0) in SVGStartElement()
2332 if (LocaleCompare(keyword,"mask") == 0) in SVGStartElement()
2337 if (LocaleCompare(keyword,"minor") == 0) in SVGStartElement()
2348 if (LocaleCompare(keyword,"offset") == 0) in SVGStartElement()
2353 if (LocaleCompare(keyword,"opacity") == 0) in SVGStartElement()
2363 if (LocaleCompare(keyword,"path") == 0) in SVGStartElement()
2368 if (LocaleCompare(keyword,"points") == 0) in SVGStartElement()
2378 if (LocaleCompare(keyword,"r") == 0) in SVGStartElement()
2386 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
2399 if (LocaleCompare(keyword,"rx") == 0) in SVGStartElement()
2409 if (LocaleCompare(keyword,"ry") == 0) in SVGStartElement()
2424 if (LocaleCompare(keyword,"stop-color") == 0) in SVGStartElement()
2429 if (LocaleCompare(keyword,"stroke") == 0) in SVGStartElement()
2440 if (LocaleCompare(keyword,"stroke-antialiasing") == 0) in SVGStartElement()
2446 if (LocaleCompare(keyword,"stroke-dasharray") == 0) in SVGStartElement()
2452 if (LocaleCompare(keyword,"stroke-dashoffset") == 0) in SVGStartElement()
2458 if (LocaleCompare(keyword,"stroke-linecap") == 0) in SVGStartElement()
2464 if (LocaleCompare(keyword,"stroke-linejoin") == 0) in SVGStartElement()
2470 if (LocaleCompare(keyword,"stroke-miterlimit") == 0) in SVGStartElement()
2476 if (LocaleCompare(keyword,"stroke-opacity") == 0) in SVGStartElement()
2482 if (LocaleCompare(keyword,"stroke-width") == 0) in SVGStartElement()
2488 if (LocaleCompare(keyword,"style") == 0) in SVGStartElement()
2498 if (LocaleCompare(keyword,"text-align") == 0) in SVGStartElement()
2504 if (LocaleCompare(keyword,"text-anchor") == 0) in SVGStartElement()
2510 if (LocaleCompare(keyword,"text-decoration") == 0) in SVGStartElement()
2521 if (LocaleCompare(keyword,"text-antialiasing") == 0) in SVGStartElement()
2527 if (LocaleCompare(keyword,"transform") == 0) in SVGStartElement()
2541 keyword=(char *) tokens[j]; in SVGStartElement()
2544 " %s: %s",keyword,value); in SVGStartElement()
2547 switch (*keyword) in SVGStartElement()
2552 if (LocaleCompare(keyword,"matrix") == 0) in SVGStartElement()
2584 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
2620 if (LocaleCompare(keyword,"scale") == 0) in SVGStartElement()
2634 if (LocaleCompare(keyword,"skewX") == 0) in SVGStartElement()
2643 if (LocaleCompare(keyword,"skewY") == 0) in SVGStartElement()
2657 if (LocaleCompare(keyword,"translate") == 0) in SVGStartElement()
2697 if (LocaleCompare(keyword,"verts") == 0) in SVGStartElement()
2702 if (LocaleCompare(keyword,"viewBox") == 0) in SVGStartElement()
2732 if (LocaleCompare(keyword,"width") == 0) in SVGStartElement()
2743 if (LocaleCompare(keyword,"x") == 0) in SVGStartElement()
2748 if (LocaleCompare(keyword,"xlink:href") == 0) in SVGStartElement()
2753 if (LocaleCompare(keyword,"x1") == 0) in SVGStartElement()
2759 if (LocaleCompare(keyword,"x2") == 0) in SVGStartElement()
2770 if (LocaleCompare(keyword,"y") == 0) in SVGStartElement()
2775 if (LocaleCompare(keyword,"y1") == 0) in SVGStartElement()
2781 if (LocaleCompare(keyword,"y2") == 0) in SVGStartElement()
3074 *keyword, in SVGEndElement() local
3093 keyword=(char *) tokens[j]; in SVGEndElement()
3096 *keyword == '.' ? keyword+1 : keyword); in SVGEndElement()
4156 keyword[MagickPathExtent], in WriteSVGImage() local
4256 (void) GetNextToken(q,&q,MagickPathExtent,keyword); in WriteSVGImage()
4257 if (*keyword == '\0') in WriteSVGImage()
4259 if (*keyword == '#') in WriteSVGImage()
4270 (void) WriteBlobString(image,keyword+1); in WriteSVGImage()
4283 switch (*keyword) in WriteSVGImage()
4290 if (LocaleCompare("affine",keyword) == 0) in WriteSVGImage()
4316 if (LocaleCompare("alpha",keyword) == 0) in WriteSVGImage()
4321 if (LocaleCompare("angle",keyword) == 0) in WriteSVGImage()
4328 if (LocaleCompare("arc",keyword) == 0) in WriteSVGImage()
4339 if (LocaleCompare("bezier",keyword) == 0) in WriteSVGImage()
4350 if (LocaleCompare("clip-path",keyword) == 0) in WriteSVGImage()
4358 if (LocaleCompare("clip-rule",keyword) == 0) in WriteSVGImage()
4366 if (LocaleCompare("clip-units",keyword) == 0) in WriteSVGImage()
4374 if (LocaleCompare("circle",keyword) == 0) in WriteSVGImage()
4379 if (LocaleCompare("color",keyword) == 0) in WriteSVGImage()
4384 if (LocaleCompare("compliance",keyword) == 0) in WriteSVGImage()
4395 if (LocaleCompare("decorate",keyword) == 0) in WriteSVGImage()
4409 if (LocaleCompare("ellipse",keyword) == 0) in WriteSVGImage()
4420 if (LocaleCompare("fill",keyword) == 0) in WriteSVGImage()
4428 if (LocaleCompare("fill-rule",keyword) == 0) in WriteSVGImage()
4436 if (LocaleCompare("fill-opacity",keyword) == 0) in WriteSVGImage()
4444 if (LocaleCompare("font-family",keyword) == 0) in WriteSVGImage()
4452 if (LocaleCompare("font-stretch",keyword) == 0) in WriteSVGImage()
4460 if (LocaleCompare("font-style",keyword) == 0) in WriteSVGImage()
4468 if (LocaleCompare("font-size",keyword) == 0) in WriteSVGImage()
4476 if (LocaleCompare("font-weight",keyword) == 0) in WriteSVGImage()
4490 if (LocaleCompare("gradient-units",keyword) == 0) in WriteSVGImage()
4495 if (LocaleCompare("text-align",keyword) == 0) in WriteSVGImage()
4503 if (LocaleCompare("text-anchor",keyword) == 0) in WriteSVGImage()
4517 if (LocaleCompare("image",keyword) == 0) in WriteSVGImage()
4529 if (LocaleCompare("kerning",keyword) == 0) in WriteSVGImage()
4541 if (LocaleCompare("letter-spacing",keyword) == 0) in WriteSVGImage()
4549 if (LocaleCompare("line",keyword) == 0) in WriteSVGImage()
4560 if (LocaleCompare("opacity",keyword) == 0) in WriteSVGImage()
4574 if (LocaleCompare("path",keyword) == 0) in WriteSVGImage()
4579 if (LocaleCompare("point",keyword) == 0) in WriteSVGImage()
4584 if (LocaleCompare("polyline",keyword) == 0) in WriteSVGImage()
4589 if (LocaleCompare("polygon",keyword) == 0) in WriteSVGImage()
4594 if (LocaleCompare("pop",keyword) == 0) in WriteSVGImage()
4637 if (LocaleCompare("push",keyword) == 0) in WriteSVGImage()
4753 if (LocaleCompare("rectangle",keyword) == 0) in WriteSVGImage()
4758 if (LocaleCompare("roundRectangle",keyword) == 0) in WriteSVGImage()
4763 if (LocaleCompare("rotate",keyword) == 0) in WriteSVGImage()
4777 if (LocaleCompare("scale",keyword) == 0) in WriteSVGImage()
4787 if (LocaleCompare("skewX",keyword) == 0) in WriteSVGImage()
4795 if (LocaleCompare("skewY",keyword) == 0) in WriteSVGImage()
4803 if (LocaleCompare("stop-color",keyword) == 0) in WriteSVGImage()
4816 if (LocaleCompare("stroke",keyword) == 0) in WriteSVGImage()
4824 if (LocaleCompare("stroke-antialias",keyword) == 0) in WriteSVGImage()
4832 if (LocaleCompare("stroke-dasharray",keyword) == 0) in WriteSVGImage()
4860 if (LocaleCompare("stroke-dashoffset",keyword) == 0) in WriteSVGImage()
4868 if (LocaleCompare("stroke-linecap",keyword) == 0) in WriteSVGImage()
4876 if (LocaleCompare("stroke-linejoin",keyword) == 0) in WriteSVGImage()
4884 if (LocaleCompare("stroke-miterlimit",keyword) == 0) in WriteSVGImage()
4892 if (LocaleCompare("stroke-opacity",keyword) == 0) in WriteSVGImage()
4900 if (LocaleCompare("stroke-width",keyword) == 0) in WriteSVGImage()
4914 if (LocaleCompare("text",keyword) == 0) in WriteSVGImage()
4919 if (LocaleCompare("text-antialias",keyword) == 0) in WriteSVGImage()
4927 if (LocaleCompare("tspan",keyword) == 0) in WriteSVGImage()
4932 if (LocaleCompare("translate",keyword) == 0) in WriteSVGImage()
4948 if (LocaleCompare("viewbox",keyword) == 0) in WriteSVGImage()