• Home
  • Raw
  • Download

Lines Matching refs:LocaleCompare

832     if (LocaleCompare(keyword,"font-size") != 0)  in SVGProcessStyleElement()
851 if (LocaleCompare((const char *) name,"background") == 0) in SVGProcessStyleElement()
853 if (LocaleCompare((const char *) name,"svg") == 0) in SVGProcessStyleElement()
862 if (LocaleCompare(keyword,"clip-path") == 0) in SVGProcessStyleElement()
867 if (LocaleCompare(keyword,"clip-rule") == 0) in SVGProcessStyleElement()
872 if (LocaleCompare(keyword,"clipPathUnits") == 0) in SVGProcessStyleElement()
879 if (LocaleCompare(keyword,"color") == 0) in SVGProcessStyleElement()
889 if (LocaleCompare(keyword,"fill") == 0) in SVGProcessStyleElement()
891 if (LocaleCompare(value,"currentColor") == 0) in SVGProcessStyleElement()
896 if (LocaleCompare(value,"#000000ff") == 0) in SVGProcessStyleElement()
902 if (LocaleCompare(keyword,"fillcolor") == 0) in SVGProcessStyleElement()
907 if (LocaleCompare(keyword,"fill-rule") == 0) in SVGProcessStyleElement()
912 if (LocaleCompare(keyword,"fill-opacity") == 0) in SVGProcessStyleElement()
918 if (LocaleCompare(keyword,"font") == 0) in SVGProcessStyleElement()
938 if (LocaleCompare(keyword,"font-family") == 0) in SVGProcessStyleElement()
944 if (LocaleCompare(keyword,"font-stretch") == 0) in SVGProcessStyleElement()
950 if (LocaleCompare(keyword,"font-style") == 0) in SVGProcessStyleElement()
955 if (LocaleCompare(keyword,"font-size") == 0) in SVGProcessStyleElement()
962 if (LocaleCompare(keyword,"font-weight") == 0) in SVGProcessStyleElement()
973 if (LocaleCompare(keyword,"kerning") == 0) in SVGProcessStyleElement()
983 if (LocaleCompare(keyword,"letter-spacing") == 0) in SVGProcessStyleElement()
994 if (LocaleCompare(keyword,"mask") == 0) in SVGProcessStyleElement()
1004 if (LocaleCompare(keyword,"offset") == 0) in SVGProcessStyleElement()
1010 if (LocaleCompare(keyword,"opacity") == 0) in SVGProcessStyleElement()
1020 if (LocaleCompare(keyword,"stop-color") == 0) in SVGProcessStyleElement()
1025 if (LocaleCompare(keyword,"stroke") == 0) in SVGProcessStyleElement()
1027 if (LocaleCompare(value,"currentColor") == 0) in SVGProcessStyleElement()
1032 if (LocaleCompare(value,"#000000ff") == 0) in SVGProcessStyleElement()
1039 if (LocaleCompare(keyword,"stroke-antialiasing") == 0) in SVGProcessStyleElement()
1042 LocaleCompare(value,"true") == 0); in SVGProcessStyleElement()
1045 if (LocaleCompare(keyword,"stroke-dasharray") == 0) in SVGProcessStyleElement()
1051 if (LocaleCompare(keyword,"stroke-dashoffset") == 0) in SVGProcessStyleElement()
1057 if (LocaleCompare(keyword,"stroke-linecap") == 0) in SVGProcessStyleElement()
1063 if (LocaleCompare(keyword,"stroke-linejoin") == 0) in SVGProcessStyleElement()
1069 if (LocaleCompare(keyword,"stroke-miterlimit") == 0) in SVGProcessStyleElement()
1075 if (LocaleCompare(keyword,"stroke-opacity") == 0) in SVGProcessStyleElement()
1081 if (LocaleCompare(keyword,"stroke-width") == 0) in SVGProcessStyleElement()
1092 if (LocaleCompare(keyword,"text-align") == 0) in SVGProcessStyleElement()
1097 if (LocaleCompare(keyword,"text-anchor") == 0) in SVGProcessStyleElement()
1103 if (LocaleCompare(keyword,"text-decoration") == 0) in SVGProcessStyleElement()
1105 if (LocaleCompare(value,"underline") == 0) in SVGProcessStyleElement()
1107 if (LocaleCompare(value,"line-through") == 0) in SVGProcessStyleElement()
1109 if (LocaleCompare(value,"overline") == 0) in SVGProcessStyleElement()
1113 if (LocaleCompare(keyword,"text-antialiasing") == 0) in SVGProcessStyleElement()
1116 LocaleCompare(value,"true") == 0); in SVGProcessStyleElement()
1281 if ((LocaleCompare((char *) name,"image") == 0) || in SVGStartElement()
1282 (LocaleCompare((char *) name,"pattern") == 0) || in SVGStartElement()
1283 (LocaleCompare((char *) name,"rect") == 0) || in SVGStartElement()
1284 (LocaleCompare((char *) name,"text") == 0) || in SVGStartElement()
1285 (LocaleCompare((char *) name,"use") == 0)) in SVGStartElement()
1300 if (LocaleCompare(keyword,"cx") == 0) in SVGStartElement()
1306 if (LocaleCompare(keyword,"cy") == 0) in SVGStartElement()
1317 if (LocaleCompare(keyword,"fx") == 0) in SVGStartElement()
1323 if (LocaleCompare(keyword,"fy") == 0) in SVGStartElement()
1334 if (LocaleCompare(keyword,"height") == 0) in SVGStartElement()
1345 if (LocaleCompare(keyword,"id") == 0) in SVGStartElement()
1355 if (LocaleCompare(keyword,"r") == 0) in SVGStartElement()
1366 if (LocaleCompare(keyword,"width") == 0) in SVGStartElement()
1377 if (LocaleCompare(keyword,"x") == 0) in SVGStartElement()
1379 if (LocaleCompare((char *) name,"tspan") != 0) in SVGStartElement()
1384 if (LocaleCompare(keyword,"x1") == 0) in SVGStartElement()
1390 if (LocaleCompare(keyword,"x2") == 0) in SVGStartElement()
1401 if (LocaleCompare(keyword,"y") == 0) in SVGStartElement()
1403 if (LocaleCompare((char *) name,"tspan") != 0) in SVGStartElement()
1408 if (LocaleCompare(keyword,"y1") == 0) in SVGStartElement()
1414 if (LocaleCompare(keyword,"y2") == 0) in SVGStartElement()
1439 if (LocaleCompare((const char *) name,"circle") == 0) in SVGStartElement()
1444 if (LocaleCompare((const char *) name,"clipPath") == 0) in SVGStartElement()
1454 if (LocaleCompare((const char *) name,"defs") == 0) in SVGStartElement()
1464 if (LocaleCompare((const char *) name,"ellipse") == 0) in SVGStartElement()
1474 if (LocaleCompare((const char *) name,"foreignObject") == 0) in SVGStartElement()
1484 if (LocaleCompare((const char *) name,"g") == 0) in SVGStartElement()
1494 if (LocaleCompare((const char *) name,"image") == 0) in SVGStartElement()
1504 if (LocaleCompare((const char *) name,"line") == 0) in SVGStartElement()
1509 if (LocaleCompare((const char *) name,"linearGradient") == 0) in SVGStartElement()
1522 if (LocaleCompare((const char *) name,"mask") == 0) in SVGStartElement()
1532 if (LocaleCompare((const char *) name,"path") == 0) in SVGStartElement()
1537 if (LocaleCompare((const char *) name,"pattern") == 0) in SVGStartElement()
1545 if (LocaleCompare((const char *) name,"polygon") == 0) in SVGStartElement()
1550 if (LocaleCompare((const char *) name,"polyline") == 0) in SVGStartElement()
1560 if (LocaleCompare((const char *) name,"radialGradient") == 0) in SVGStartElement()
1569 if (LocaleCompare((const char *) name,"rect") == 0) in SVGStartElement()
1579 if (LocaleCompare((char *) name,"style") == 0) in SVGStartElement()
1581 if (LocaleCompare((const char *) name,"svg") == 0) in SVGStartElement()
1594 if (LocaleCompare((const char *) name,"symbol") == 0) in SVGStartElement()
1604 if (LocaleCompare((const char *) name,"text") == 0) in SVGStartElement()
1618 if (LocaleCompare((const char *) name,"tspan") == 0) in SVGStartElement()
1640 if (LocaleCompare((char *) name,"use") == 0) in SVGStartElement()
1662 if (LocaleCompare(keyword,"angle") == 0) in SVGStartElement()
1673 if (LocaleCompare(keyword,"class") == 0) in SVGStartElement()
1692 if (LocaleCompare(keyword,"clip-path") == 0) in SVGStartElement()
1698 if (LocaleCompare(keyword,"clip-rule") == 0) in SVGStartElement()
1704 if (LocaleCompare(keyword,"clipPathUnits") == 0) in SVGStartElement()
1711 if (LocaleCompare(keyword,"color") == 0) in SVGStartElement()
1716 if (LocaleCompare(keyword,"cx") == 0) in SVGStartElement()
1722 if (LocaleCompare(keyword,"cy") == 0) in SVGStartElement()
1733 if (LocaleCompare(keyword,"d") == 0) in SVGStartElement()
1738 if (LocaleCompare(keyword,"dx") == 0) in SVGStartElement()
1745 if (LocaleCompare((char *) name,"text") == 0) in SVGStartElement()
1749 if (LocaleCompare(keyword,"dy") == 0) in SVGStartElement()
1756 if (LocaleCompare((char *) name,"text") == 0) in SVGStartElement()
1765 if (LocaleCompare(keyword,"fill") == 0) in SVGStartElement()
1767 if (LocaleCompare(value,"currentColor") == 0) in SVGStartElement()
1775 if (LocaleCompare(keyword,"fillcolor") == 0) in SVGStartElement()
1780 if (LocaleCompare(keyword,"fill-rule") == 0) in SVGStartElement()
1786 if (LocaleCompare(keyword,"fill-opacity") == 0) in SVGStartElement()
1792 if (LocaleCompare(keyword,"font-family") == 0) in SVGStartElement()
1798 if (LocaleCompare(keyword,"font-stretch") == 0) in SVGStartElement()
1804 if (LocaleCompare(keyword,"font-style") == 0) in SVGStartElement()
1810 if (LocaleCompare(keyword,"font-size") == 0) in SVGStartElement()
1812 if (LocaleCompare(value,"xx-small") == 0) in SVGStartElement()
1814 else if (LocaleCompare(value,"x-small") == 0) in SVGStartElement()
1816 else if (LocaleCompare(value,"small") == 0) in SVGStartElement()
1818 else if (LocaleCompare(value,"medium") == 0) in SVGStartElement()
1820 else if (LocaleCompare(value,"large") == 0) in SVGStartElement()
1822 else if (LocaleCompare(value,"x-large") == 0) in SVGStartElement()
1824 else if (LocaleCompare(value,"xx-large") == 0) in SVGStartElement()
1833 if (LocaleCompare(keyword,"font-weight") == 0) in SVGStartElement()
1844 if (LocaleCompare(keyword,"gradientTransform") == 0) in SVGStartElement()
1871 if (LocaleCompare(keyword,"matrix") == 0) in SVGStartElement()
1903 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
1920 if (LocaleCompare(keyword,"scale") == 0) in SVGStartElement()
1934 if (LocaleCompare(keyword,"skewX") == 0) in SVGStartElement()
1943 if (LocaleCompare(keyword,"skewY") == 0) in SVGStartElement()
1957 if (LocaleCompare(keyword,"translate") == 0) in SVGStartElement()
1993 if (LocaleCompare(keyword,"gradientUnits") == 0) in SVGStartElement()
2005 if (LocaleCompare(keyword,"height") == 0) in SVGStartElement()
2011 if (LocaleCompare(keyword,"href") == 0) in SVGStartElement()
2021 if (LocaleCompare(keyword,"kerning") == 0) in SVGStartElement()
2032 if (LocaleCompare(keyword,"letter-spacing") == 0) in SVGStartElement()
2043 if (LocaleCompare(keyword,"major") == 0) in SVGStartElement()
2049 if (LocaleCompare(keyword,"mask") == 0) in SVGStartElement()
2054 if (LocaleCompare(keyword,"minor") == 0) in SVGStartElement()
2065 if (LocaleCompare(keyword,"offset") == 0) in SVGStartElement()
2070 if (LocaleCompare(keyword,"opacity") == 0) in SVGStartElement()
2080 if (LocaleCompare(keyword,"path") == 0) in SVGStartElement()
2085 if (LocaleCompare(keyword,"points") == 0) in SVGStartElement()
2095 if (LocaleCompare(keyword,"r") == 0) in SVGStartElement()
2103 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
2116 if (LocaleCompare(keyword,"rx") == 0) in SVGStartElement()
2118 if (LocaleCompare((const char *) name,"ellipse") == 0) in SVGStartElement()
2126 if (LocaleCompare(keyword,"ry") == 0) in SVGStartElement()
2128 if (LocaleCompare((const char *) name,"ellipse") == 0) in SVGStartElement()
2141 if (LocaleCompare(keyword,"stop-color") == 0) in SVGStartElement()
2146 if (LocaleCompare(keyword,"stroke") == 0) in SVGStartElement()
2148 if (LocaleCompare(value,"currentColor") == 0) in SVGStartElement()
2157 if (LocaleCompare(keyword,"stroke-antialiasing") == 0) in SVGStartElement()
2160 LocaleCompare(value,"true") == 0); in SVGStartElement()
2163 if (LocaleCompare(keyword,"stroke-dasharray") == 0) in SVGStartElement()
2169 if (LocaleCompare(keyword,"stroke-dashoffset") == 0) in SVGStartElement()
2175 if (LocaleCompare(keyword,"stroke-linecap") == 0) in SVGStartElement()
2181 if (LocaleCompare(keyword,"stroke-linejoin") == 0) in SVGStartElement()
2187 if (LocaleCompare(keyword,"stroke-miterlimit") == 0) in SVGStartElement()
2193 if (LocaleCompare(keyword,"stroke-opacity") == 0) in SVGStartElement()
2199 if (LocaleCompare(keyword,"stroke-width") == 0) in SVGStartElement()
2205 if (LocaleCompare(keyword,"style") == 0) in SVGStartElement()
2215 if (LocaleCompare(keyword,"text-align") == 0) in SVGStartElement()
2221 if (LocaleCompare(keyword,"text-anchor") == 0) in SVGStartElement()
2227 if (LocaleCompare(keyword,"text-decoration") == 0) in SVGStartElement()
2229 if (LocaleCompare(value,"underline") == 0) in SVGStartElement()
2231 if (LocaleCompare(value,"line-through") == 0) in SVGStartElement()
2234 if (LocaleCompare(value,"overline") == 0) in SVGStartElement()
2238 if (LocaleCompare(keyword,"text-antialiasing") == 0) in SVGStartElement()
2241 LocaleCompare(value,"true") == 0); in SVGStartElement()
2244 if (LocaleCompare(keyword,"transform") == 0) in SVGStartElement()
2269 if (LocaleCompare(keyword,"matrix") == 0) in SVGStartElement()
2301 if (LocaleCompare(keyword,"rotate") == 0) in SVGStartElement()
2338 if (LocaleCompare(keyword,"scale") == 0) in SVGStartElement()
2352 if (LocaleCompare(keyword,"skewX") == 0) in SVGStartElement()
2361 if (LocaleCompare(keyword,"skewY") == 0) in SVGStartElement()
2375 if (LocaleCompare(keyword,"translate") == 0) in SVGStartElement()
2415 if (LocaleCompare(keyword,"verts") == 0) in SVGStartElement()
2420 if (LocaleCompare(keyword,"viewBox") == 0) in SVGStartElement()
2450 if (LocaleCompare(keyword,"width") == 0) in SVGStartElement()
2461 if (LocaleCompare(keyword,"x") == 0) in SVGStartElement()
2466 if (LocaleCompare(keyword,"xlink:href") == 0) in SVGStartElement()
2471 if (LocaleCompare(keyword,"x1") == 0) in SVGStartElement()
2477 if (LocaleCompare(keyword,"x2") == 0) in SVGStartElement()
2488 if (LocaleCompare(keyword,"y") == 0) in SVGStartElement()
2493 if (LocaleCompare(keyword,"y1") == 0) in SVGStartElement()
2499 if (LocaleCompare(keyword,"y2") == 0) in SVGStartElement()
2511 if (LocaleCompare((const char *) name,"svg") == 0) in SVGStartElement()
2585 if (LocaleCompare((const char *) name,"circle") == 0) in SVGEndElement()
2594 if (LocaleCompare((const char *) name,"clipPath") == 0) in SVGEndElement()
2604 if (LocaleCompare((const char *) name,"defs") == 0) in SVGEndElement()
2609 if (LocaleCompare((const char *) name,"desc") == 0) in SVGEndElement()
2632 if (LocaleCompare((const char *) name,"ellipse") == 0) in SVGEndElement()
2651 if (LocaleCompare((const char *) name,"foreignObject") == 0) in SVGEndElement()
2661 if (LocaleCompare((const char *) name,"g") == 0) in SVGEndElement()
2671 if (LocaleCompare((const char *) name,"image") == 0) in SVGEndElement()
2685 if (LocaleCompare((const char *) name,"line") == 0) in SVGEndElement()
2694 if (LocaleCompare((const char *) name,"linearGradient") == 0) in SVGEndElement()
2704 if (LocaleCompare((const char *) name,"mask") == 0) in SVGEndElement()
2714 if (LocaleCompare((const char *) name,"pattern") == 0) in SVGEndElement()
2719 if (LocaleCompare((const char *) name,"path") == 0) in SVGEndElement()
2727 if (LocaleCompare((const char *) name,"polygon") == 0) in SVGEndElement()
2735 if (LocaleCompare((const char *) name,"polyline") == 0) in SVGEndElement()
2748 if (LocaleCompare((const char *) name,"radialGradient") == 0) in SVGEndElement()
2753 if (LocaleCompare((const char *) name,"rect") == 0) in SVGEndElement()
2789 if (LocaleCompare((const char *) name,"stop") == 0) in SVGEndElement()
2795 if (LocaleCompare((char *) name,"style") == 0) in SVGEndElement()
2826 if (LocaleCompare((const char *) name,"svg") == 0) in SVGEndElement()
2832 if (LocaleCompare((const char *) name,"symbol") == 0) in SVGEndElement()
2842 if (LocaleCompare((const char *) name,"text") == 0) in SVGEndElement()
2860 if (LocaleCompare((const char *) name,"tspan") == 0) in SVGEndElement()
2878 if (LocaleCompare((const char *) name,"title") == 0) in SVGEndElement()
2891 if (LocaleCompare((char *) name,"use") == 0) in SVGEndElement()
3249 if (LocaleCompare(image_info->magick,"MSVG") != 0) in ReadSVGImage()
4207 if (LocaleCompare("affine",keyword) == 0) in WriteSVGImage()
4233 if (LocaleCompare("alpha",keyword) == 0) in WriteSVGImage()
4238 if (LocaleCompare("angle",keyword) == 0) in WriteSVGImage()
4245 if (LocaleCompare("arc",keyword) == 0) in WriteSVGImage()
4256 if (LocaleCompare("bezier",keyword) == 0) in WriteSVGImage()
4267 if (LocaleCompare("clip-path",keyword) == 0) in WriteSVGImage()
4275 if (LocaleCompare("clip-rule",keyword) == 0) in WriteSVGImage()
4283 if (LocaleCompare("clip-units",keyword) == 0) in WriteSVGImage()
4291 if (LocaleCompare("circle",keyword) == 0) in WriteSVGImage()
4296 if (LocaleCompare("color",keyword) == 0) in WriteSVGImage()
4307 if (LocaleCompare("decorate",keyword) == 0) in WriteSVGImage()
4321 if (LocaleCompare("ellipse",keyword) == 0) in WriteSVGImage()
4332 if (LocaleCompare("fill",keyword) == 0) in WriteSVGImage()
4340 if (LocaleCompare("fill-rule",keyword) == 0) in WriteSVGImage()
4348 if (LocaleCompare("fill-opacity",keyword) == 0) in WriteSVGImage()
4356 if (LocaleCompare("font-family",keyword) == 0) in WriteSVGImage()
4364 if (LocaleCompare("font-stretch",keyword) == 0) in WriteSVGImage()
4372 if (LocaleCompare("font-style",keyword) == 0) in WriteSVGImage()
4380 if (LocaleCompare("font-size",keyword) == 0) in WriteSVGImage()
4388 if (LocaleCompare("font-weight",keyword) == 0) in WriteSVGImage()
4402 if (LocaleCompare("gradient-units",keyword) == 0) in WriteSVGImage()
4407 if (LocaleCompare("text-align",keyword) == 0) in WriteSVGImage()
4415 if (LocaleCompare("text-anchor",keyword) == 0) in WriteSVGImage()
4429 if (LocaleCompare("image",keyword) == 0) in WriteSVGImage()
4441 if (LocaleCompare("kerning",keyword) == 0) in WriteSVGImage()
4453 if (LocaleCompare("letter-spacing",keyword) == 0) in WriteSVGImage()
4461 if (LocaleCompare("line",keyword) == 0) in WriteSVGImage()
4472 if (LocaleCompare("opacity",keyword) == 0) in WriteSVGImage()
4486 if (LocaleCompare("path",keyword) == 0) in WriteSVGImage()
4491 if (LocaleCompare("point",keyword) == 0) in WriteSVGImage()
4496 if (LocaleCompare("polyline",keyword) == 0) in WriteSVGImage()
4501 if (LocaleCompare("polygon",keyword) == 0) in WriteSVGImage()
4506 if (LocaleCompare("pop",keyword) == 0) in WriteSVGImage()
4509 if (LocaleCompare("clip-path",token) == 0) in WriteSVGImage()
4514 if (LocaleCompare("defs",token) == 0) in WriteSVGImage()
4519 if (LocaleCompare("gradient",token) == 0) in WriteSVGImage()
4526 if (LocaleCompare("graphic-context",token) == 0) in WriteSVGImage()
4534 if (LocaleCompare("pattern",token) == 0) in WriteSVGImage()
4539 if (LocaleCompare("symbol",token) == 0) in WriteSVGImage()
4544 if ((LocaleCompare("defs",token) == 0) || in WriteSVGImage()
4545 (LocaleCompare("symbol",token) == 0)) in WriteSVGImage()
4549 if (LocaleCompare("push",keyword) == 0) in WriteSVGImage()
4552 if (LocaleCompare("clip-path",token) == 0) in WriteSVGImage()
4560 if (LocaleCompare("defs",token) == 0) in WriteSVGImage()
4565 if (LocaleCompare("gradient",token) == 0) in WriteSVGImage()
4595 if (LocaleCompare(type,"radial") == 0) in WriteSVGImage()
4612 if (LocaleCompare("graphic-context",token) == 0) in WriteSVGImage()
4623 if (LocaleCompare("pattern",token) == 0) in WriteSVGImage()
4649 if (LocaleCompare("symbol",token) == 0) in WriteSVGImage()
4662 if (LocaleCompare("rectangle",keyword) == 0) in WriteSVGImage()
4667 if (LocaleCompare("roundRectangle",keyword) == 0) in WriteSVGImage()
4672 if (LocaleCompare("rotate",keyword) == 0) in WriteSVGImage()
4686 if (LocaleCompare("scale",keyword) == 0) in WriteSVGImage()
4696 if (LocaleCompare("skewX",keyword) == 0) in WriteSVGImage()
4704 if (LocaleCompare("skewY",keyword) == 0) in WriteSVGImage()
4712 if (LocaleCompare("stop-color",keyword) == 0) in WriteSVGImage()
4725 if (LocaleCompare("stroke",keyword) == 0) in WriteSVGImage()
4733 if (LocaleCompare("stroke-antialias",keyword) == 0) in WriteSVGImage()
4741 if (LocaleCompare("stroke-dasharray",keyword) == 0) in WriteSVGImage()
4769 if (LocaleCompare("stroke-dashoffset",keyword) == 0) in WriteSVGImage()
4777 if (LocaleCompare("stroke-linecap",keyword) == 0) in WriteSVGImage()
4785 if (LocaleCompare("stroke-linejoin",keyword) == 0) in WriteSVGImage()
4793 if (LocaleCompare("stroke-miterlimit",keyword) == 0) in WriteSVGImage()
4801 if (LocaleCompare("stroke-opacity",keyword) == 0) in WriteSVGImage()
4809 if (LocaleCompare("stroke-width",keyword) == 0) in WriteSVGImage()
4823 if (LocaleCompare("text",keyword) == 0) in WriteSVGImage()
4828 if (LocaleCompare("text-antialias",keyword) == 0) in WriteSVGImage()
4836 if (LocaleCompare("tspan",keyword) == 0) in WriteSVGImage()
4841 if (LocaleCompare("translate",keyword) == 0) in WriteSVGImage()
4857 if (LocaleCompare("viewbox",keyword) == 0) in WriteSVGImage()
5134 if (LocaleCompare("point",token) == 0) in WriteSVGImage()
5136 if (LocaleCompare("replace",token) == 0) in WriteSVGImage()
5138 if (LocaleCompare("floodfill",token) == 0) in WriteSVGImage()
5140 if (LocaleCompare("filltoborder",token) == 0) in WriteSVGImage()
5142 if (LocaleCompare("reset",token) == 0) in WriteSVGImage()