Home
last modified time | relevance | path

Searched defs:blendMode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEBlend.cpp51 BlendModeType FEBlend::blendMode() const in blendMode() function in WebCore::FEBlend
/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp48 float SVGPathBlender::blendAnimatedDimensonalFloat(float from, float to, FloatBlendMode blendMode) in blendAnimatedDimensonalFloat()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp233 VGBlendMode blendMode = VG_BLEND_SRC_OVER; in applyBlending() local