Searched defs:floodOpacity (Results 1 – 4 of 4) sorted by relevance
35 FEFlood::FEFlood(Filter* filter, const Color& floodColor, float floodOpacity) in FEFlood()42 PassRefPtr<FEFlood> FEFlood::create(Filter* filter, const Color& floodColor, float floodOpacity) in create()60 float FEFlood::floodOpacity() const in floodOpacity() function in WebCore::FEFlood65 bool FEFlood::setFloodOpacity(float floodOpacity) in setFloodOpacity()
191 float floodOpacity; variable
306 float floodOpacity() const { return misc->floodOpacity; } in floodOpacity() function
1146 float floodOpacity() const { return svgStyle()->floodOpacity(); } in floodOpacity() function