Searched refs:affectsTransparentPixels (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEColorMatrix.h62 virtual bool affectsTransparentPixels() OVERRIDE;
H A DFEComponentTransfer.h90 virtual bool affectsTransparentPixels() OVERRIDE;
H A DFELighting.h87 virtual bool affectsTransparentPixels() OVERRIDE { return true; }
H A DFEColorMatrix.cpp174 if (affectsTransparentPixels()) {
182 bool FEColorMatrix::affectsTransparentPixels() function in class:WebCore::FEColorMatrix
H A DFEComponentTransfer.cpp174 if (affectsTransparentPixels()) {
181 bool FEComponentTransfer::affectsTransparentPixels() function in class:WebCore::FEComponentTransfer
H A DFilterEffect.h184 virtual bool affectsTransparentPixels() { return false; } function in class:WebCore::FilterEffect
H A DFilterEffect.cpp92 if (affectsTransparentPixels() || !size) {

Completed in 161 milliseconds