Searched refs:sourceUnitType (Results 1 – 1 of 1) sorted by relevance
737 UnitTypes sourceUnitType = static_cast<UnitTypes>(primitiveType()); in getDoubleValueInternal() local738 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) { in getDoubleValueInternal()743 UnitCategory sourceCategory = unitCategory(sourceUnitType); in getDoubleValueInternal()761 if (sourceUnitType == CSS_NUMBER) { in getDoubleValueInternal()763 sourceUnitType = canonicalUnitTypeForCategory(targetCategory); in getDoubleValueInternal()764 if (sourceUnitType == CSS_UNKNOWN) in getDoubleValueInternal()771 double factor = conversionToCanonicalUnitsScaleFactor(sourceUnitType); in getDoubleValueInternal()