Searched defs:floodOpacity (Results 1 – 4 of 4) sorted by relevance
37 FEFlood::FEFlood(Filter* filter, const Color& floodColor, float floodOpacity) in FEFlood()46 PassRefPtr<FEFlood> FEFlood::create(Filter* filter, const Color& floodColor, float floodOpacity) in create()64 float FEFlood::floodOpacity() const in floodOpacity() function in WebCore::FEFlood69 bool FEFlood::setFloodOpacity(float floodOpacity) in setFloodOpacity()
215 float floodOpacity; variable
336 float floodOpacity() const { return misc->floodOpacity; } in floodOpacity() function
1387 float floodOpacity() const { return svgStyle()->floodOpacity(); } in floodOpacity() function