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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
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; }

Completed in 156 milliseconds