HomeSort by relevance Sort by last modified time
    Searched refs:affectsTransparentPixels (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEColorMatrix.h 62 virtual bool affectsTransparentPixels() OVERRIDE;
FEComponentTransfer.h 90 virtual bool affectsTransparentPixels() OVERRIDE;
FELighting.h 87 virtual bool affectsTransparentPixels() OVERRIDE { return true; }
FEColorMatrix.cpp 174 if (affectsTransparentPixels()) {
182 bool FEColorMatrix::affectsTransparentPixels()
FEComponentTransfer.cpp 174 if (affectsTransparentPixels()) {
181 bool FEComponentTransfer::affectsTransparentPixels()
FilterEffect.h 184 virtual bool affectsTransparentPixels() { return false; }
FilterEffect.cpp 92 if (affectsTransparentPixels() || !size) {

Completed in 71 milliseconds