Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DCSSStyleDeclaration.cpp18 wxSVGPaint* wxCSSStyleDeclaration::s_blackSVGPaint = new wxSVGPaint(0,0,0); member in wxCSSStyleDeclaration
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DCSSStyleDeclaration.cpp18 wxSVGPaint* wxCSSStyleDeclaration::s_blackSVGPaint = new wxSVGPaint(0,0,0); member in wxCSSStyleDeclaration
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DCSSStyleDeclaration.h393 return it != end() ? ((wxSVGPaint&)*it->second) : *s_blackSVGPaint; in GetFill()
1146 static wxSVGPaint* s_blackSVGPaint; variable
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DCSSStyleDeclaration.h391 return it != end() ? ((wxSVGPaint&)*it->second) : *s_blackSVGPaint; in GetFill()
1144 static wxSVGPaint* s_blackSVGPaint; variable