Home
last modified time | relevance | path

Searched defs:floodOpacity (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEFlood.cpp35 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::FEFlood
65 bool FEFlood::setFloodOpacity(float floodOpacity) in setFloodOpacity()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyleDefs.h191 float floodOpacity; variable
DSVGRenderStyle.h306 float floodOpacity() const { return misc->floodOpacity; } in floodOpacity() function
DRenderStyle.h1146 float floodOpacity() const { return svgStyle()->floodOpacity(); } in floodOpacity() function