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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 182 // For HUE_ROTATE, the angle of rotation is stored in m_amount.
190 double amount() const { return m_amount; }
200 return m_amount == other->m_amount;
207 , m_amount(amount)
211 double m_amount; member in class:WebCore::BasicColorMatrixFilterOperation
222 double amount() const { return m_amount; }
234 return m_amount == other->m_amount;
241 , m_amount(amount
245 double m_amount; member in class:WebCore::BasicComponentTransferFilterOperation
    [all...]
FilterOperation.cpp 40 return BasicColorMatrixFilterOperation::create(WebCore::blend(m_amount, passthroughAmount(), progress), m_type);
44 return BasicColorMatrixFilterOperation::create(WebCore::blend(fromAmount, m_amount, progress), m_type);
68 return BasicComponentTransferFilterOperation::create(WebCore::blend(m_amount, passthroughAmount(), progress), m_type);
72 return BasicComponentTransferFilterOperation::create(WebCore::blend(fromAmount, m_amount, progress), m_type);

Completed in 2397 milliseconds