Searched refs:passthroughAmount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperation.cpp76 return BasicColorMatrixFilterOperation::create(WebCore::blend(m_amount, passthroughAmount(), progress), m_type);
79 double fromAmount = fromOp ? fromOp->amount() : passthroughAmount();
91 double BasicColorMatrixFilterOperation::passthroughAmount() const function in class:WebCore::BasicColorMatrixFilterOperation
112 return BasicComponentTransferFilterOperation::create(WebCore::blend(m_amount, passthroughAmount(), progress), m_type);
115 double fromAmount = fromOp ? fromOp->amount() : passthroughAmount();
127 double BasicComponentTransferFilterOperation::passthroughAmount() const function in class:WebCore::BasicComponentTransferFilterOperation
H A DFilterOperation.h238 double passthroughAmount() const;
273 double passthroughAmount() const;

Completed in 197 milliseconds