Home
last modified time | relevance | path

Searched refs:lengthType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp683 LengthUnitType lengthType; in accumulateLengthArray() local
684 if (unitTypeToLengthUnitType(static_cast<UnitType>(m_primitiveUnitType), lengthType)) in accumulateLengthArray()
685 …lengthArray.at(lengthType) += m_value.num * conversionToCanonicalUnitsScaleFactor(static_cast<Unit… in accumulateLengthArray()
846 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType() argument
855 lengthType = UnitTypePixels; in unitTypeToLengthUnitType()
858 lengthType = UnitTypeFontSize; in unitTypeToLengthUnitType()
861 lengthType = UnitTypeFontXSize; in unitTypeToLengthUnitType()
864 lengthType = UnitTypeRootFontSize; in unitTypeToLengthUnitType()
867 lengthType = UnitTypeZeroCharacterWidth; in unitTypeToLengthUnitType()
870 lengthType = UnitTypePercentage; in unitTypeToLengthUnitType()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.cpp121 LengthType lengthType = m_stdDeviation.type(); in blend() local
123 …return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNo… in blend()