Home
last modified time | relevance | path

Searched refs:alphaImage (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h74 void setIsAlphaImage(bool alphaImage) { m_alphaImage = alphaImage; } in setIsAlphaImage() argument
DFEGaussianBlur.cpp78 …xLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight, bool alphaImage) in boxBlur() argument
98 if (alphaImage) // Source image is black, it just has different alpha values in boxBlur()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2916082 Mark more filter effect as alphaImage if possible
16085 Mark more effects as alphaImage if the previous effect is a
16086 alphaImage. This can reduce the calculation on the next effect