Searched refs:lengthType (Results 1 – 2 of 2) sorted by relevance
683 LengthUnitType lengthType; in accumulateLengthArray() local684 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() argument855 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 …]
121 LengthType lengthType = m_stdDeviation.type(); in blend() local123 …return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNo… in blend()