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/platform/graphics/filters/
FilterOperation.h 162 // For HUE_ROTATE, the angle of rotation is stored in m_amount.
170 double amount() const { return m_amount; }
180 return m_amount == other->m_amount;
185 , m_amount(amount)
189 double m_amount; member in class:WebCore::BasicColorMatrixFilterOperation
208 double amount() const { return m_amount; }
220 return m_amount == other->m_amount;
225 , m_amount(amount
229 double m_amount; member in class:WebCore::BasicComponentTransferFilterOperation
    [all...]
FilterOperation.cpp 64 double result = WebCore::blend(fromAmount, m_amount, progress);
103 double result = WebCore::blend(fromAmount, m_amount, progress);

Completed in 21 milliseconds