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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 121 LengthType lengthType = m_stdDeviation.type();
123 return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNonNegative));
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 38 enum LengthType {
63 Length(LengthType t)
69 Length(int v, LengthType t, bool q = false)
75 Length(LayoutUnit v, LengthType t, bool q = false)
81 Length(float v, LengthType t, bool q = false)
87 Length(double v, LengthType t, bool q = false)
152 LengthType type() const { return static_cast<LengthType>(m_type); }
160 void setValue(LengthType t, int value)
176 void setValue(LengthType t, float value
    [all...]

Completed in 2405 milliseconds