Searched refs:nsvg__colors (Results 1 – 1 of 1) sorted by relevance
1244 NSVGNamedColor nsvg__colors[] = { variable1400 int i, ncolors = sizeof(nsvg__colors) / sizeof(NSVGNamedColor); in nsvg__parseColorName()1403 if (strcmp(nsvg__colors[i].name, str) == 0) { in nsvg__parseColorName()1404 return nsvg__colors[i].color; in nsvg__parseColorName()