Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DCSSStyleDeclaration.cpp17 wxSVGPaint* wxCSSStyleDeclaration::s_emptySVGPaint = new wxSVGPaint; member in wxCSSStyleDeclaration
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DCSSStyleDeclaration.cpp17 wxSVGPaint* wxCSSStyleDeclaration::s_emptySVGPaint = new wxSVGPaint; member in wxCSSStyleDeclaration
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DCSSStyleDeclaration.h896 return it != end() ? ((wxSVGPaint&)*it->second) : *s_emptySVGPaint; in GetStroke()
1145 static wxSVGPaint* s_emptySVGPaint; variable
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DCSSStyleDeclaration.h894 return it != end() ? ((wxSVGPaint&)*it->second) : *s_emptySVGPaint; in GetStroke()
1143 static wxSVGPaint* s_emptySVGPaint; variable