Searched defs:lengthType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.cpp121 LengthType lengthType = m_stdDeviation.type(); local
123 return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNonNegative));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp693 LengthUnitType lengthType; local
694 if (unitTypeToLengthUnitType(static_cast<UnitType>(m_primitiveUnitType), lengthType))
695 lengthArray.at(lengthType) += m_value.num * conversionToCanonicalUnitsScaleFactor(static_cast<UnitType>(m_primitiveUnitType)) * multiplier;
856 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) argument
865 lengthType = UnitTypePixels;
868 lengthType = UnitTypeFontSize;
871 lengthType = UnitTypeFontXSize;
874 lengthType = UnitTypeRootFontSize;
877 lengthType = UnitTypeZeroCharacterWidth;
880 lengthType
[all...]

Completed in 142 milliseconds