Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DCSSStyleDeclaration.cpp328 static wxSortedArrayString* s_cssColors = NULL; variable
331 if (s_cssColors == NULL) { in FillCSSColors()
332 s_cssColors = new wxSortedArrayString; in FillCSSColors()
335 s_cssColors->Add(s_cssNamedColors[i].name); in FillCSSColors()
366 int num = s_cssColors->Index(value); in ParseColor()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DCSSStyleDeclaration.cpp328 static wxSortedArrayString* s_cssColors = NULL; variable
331 if (s_cssColors == NULL) { in FillCSSColors()
332 s_cssColors = new wxSortedArrayString; in FillCSSColors()
335 s_cssColors->Add(s_cssNamedColors[i].name); in FillCSSColors()
386 int num = s_cssColors->Index(value); in ParseColor()