Home
last modified time | relevance | path

Searched refs:s_emptyValueList (Results 1 – 4 of 4) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DCSSStyleDeclaration.cpp19 wxCSSValueList* wxCSSStyleDeclaration::s_emptyValueList = new wxCSSValueList; member in wxCSSStyleDeclaration
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DCSSStyleDeclaration.cpp19 wxCSSValueList* wxCSSStyleDeclaration::s_emptyValueList = new wxCSSValueList; member in wxCSSStyleDeclaration
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DCSSStyleDeclaration.h915 return it != end() ? ((wxCSSValueList&)*it->second) : *s_emptyValueList; in GetStrokeDasharray()
1147 static wxCSSValueList* s_emptyValueList; variable
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DCSSStyleDeclaration.h913 return it != end() ? ((wxCSSValueList&)*it->second) : *s_emptyValueList; in GetStrokeDasharray()
1145 static wxCSSValueList* s_emptyValueList; variable