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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperation.cpp79 double fromAmount = fromOp ? fromOp->amount() : passthroughAmount(); local
80 return BasicColorMatrixFilterOperation::create(WebCore::blend(fromAmount, m_amount, progress), m_type);
115 double fromAmount = fromOp ? fromOp->amount() : passthroughAmount(); local
116 return BasicComponentTransferFilterOperation::create(WebCore::blend(fromAmount, m_amount, progress), m_type);

Completed in 189 milliseconds