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/core/css/
CSSPrimitiveValue.cpp 693 LengthUnitType lengthType;
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)
865 lengthType = UnitTypePixels;
868 lengthType = UnitTypeFontSize;
871 lengthType = UnitTypeFontXSize;
874 lengthType = UnitTypeRootFontSize;
877 lengthType = UnitTypeZeroCharacterWidth;
880 lengthType = UnitTypePercentage
    [all...]

Completed in 96 milliseconds