Searched refs:baseValue (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.cpp39 baseValue()->setValueAsString(value, ASSERT_NO_EXCEPTION);
46 baseValue()->setValueAsString(value, es);
50 baseValue()->newValueSpecifiedUnits(LengthTypeNumber, 0);
51 } else if (m_negativeValuesMode == ForbidNegativeLengths && baseValue()->valueInSpecifiedUnits() < 0) {
H A DSVGAnimatedEnumerationBase.cpp52 baseValue()->setValue(value, exceptionState);
H A DSVGFitToViewBox.h57 if (m_viewBox->baseValue()->width() < 0.0f) {
59 m_viewBox->baseValue()->setInvalid();
61 if (m_viewBox->baseValue()->height() < 0.0f) {
63 m_viewBox->baseValue()->setInvalid();
H A DSVGAnimatedIntegerOptionalInteger.cpp40 , m_firstInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->firstInteger()))
41 , m_secondInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->secondInteger()))
H A DSVGAnimatedNumberOptionalNumber.cpp29 , m_firstNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->firstNumber()))
30 , m_secondNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->secondNumber()))
H A DSVGViewSpec.cpp67 m_transform->baseValue()->clear();
70 preserveAspectRatio()->baseValue()->setAlign(SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_XMIDYMID);
71 preserveAspectRatio()->baseValue()->setMeetOrSlice(SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET);
106 return preserveAspectRatio()->baseValue()->valueAsString();
114 return m_transform->baseValue()->valueAsString();
185 if (!preserveAspectRatio()->baseValue()->parse(ptr, end, false))
196 m_transform->baseValue()->parse(ptr, end);
H A DSVGAnimatedEnumeration.h51 SVGEnumeration<Enum>* baseValue() function in class:blink::SVGAnimatedEnumeration
53 return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::baseValue());
H A DSVGAnimatedAngle.cpp42 , m_orientType(SVGAnimatedEnumeration<SVGMarkerOrientType>::create(contextElement, SVGNames::orientAttr, baseValue()->orientType()))
H A DSVGFEGaussianBlurElement.cpp45 stdDeviationX()->baseValue()->setValue(x);
46 stdDeviationY()->baseValue()->setValue(y);
H A DSVGFEDropShadowElement.cpp49 stdDeviationX()->baseValue()->setValue(x);
50 stdDeviationY()->baseValue()->setValue(y);
H A DSVGFitToViewBox.cpp69 m_viewBox->baseValue()->setValue(rect);
H A DSVGViewSpec.h50 SVGTransformList* transform() { return m_transform ? m_transform->baseValue() : 0; }
H A DSVGFilterElement.cpp73 filterResX()->baseValue()->setValue(x);
74 filterResY()->baseValue()->setValue(y);
H A DSVGMarkerElement.cpp145 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
154 m_orientAngle->baseValue()->newValueSpecifiedUnits(target->unitType(), target->valueInSpecifiedUnits());
H A DSVGSVGElement.cpp744 view->viewBox()->baseValue()->setValue(viewElement->viewBox()->currentValue()->value());
746 view->viewBox()->baseValue()->setValue(viewBox()->currentValue()->value());
749 view->preserveAspectRatio()->baseValue()->setAlign(viewElement->preserveAspectRatio()->currentValue()->align());
750 view->preserveAspectRatio()->baseValue()->setMeetOrSlice(viewElement->preserveAspectRatio()->currentValue()->meetOrSlice());
752 view->preserveAspectRatio()->baseValue()->setAlign(preserveAspectRatio()->currentValue()->align());
753 view->preserveAspectRatio()->baseValue()->setMeetOrSlice(preserveAspectRatio()->currentValue()->meetOrSlice());
H A DSVGAnimateElement.cpp187 String baseValue; local
191 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
194 m_animatedProperty = animator->constructFromString(baseValue);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfrule.cpp32 : baseValue((int32_t)0)
131 if ((rule1->baseValue > 0
132 && (rule1->baseValue % util64_pow(rule1->radix, rule1->exponent)) == 0)
147 if (rule1->baseValue >= 0) {
148 rule2->baseValue = rule1->baseValue;
150 ++rule1->baseValue;
165 rule2->baseValue = rule1->baseValue;
467 baseValue
[all...]
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfsubs.h168 * @param baseValue A partial parse result that should be
181 * baseValue with whatever was returned from matching the
188 double baseValue,
/external/icu/icu4c/source/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfrule.cpp33 : baseValue((int32_t)0)
132 if ((rule1->baseValue > 0
133 && (rule1->baseValue % util64_pow(rule1->radix, rule1->exponent)) == 0)
148 if (rule1->baseValue >= 0) {
149 rule2->baseValue = rule1->baseValue;
151 ++rule1->baseValue;
166 rule2->baseValue = rule1->baseValue;
468 baseValue
[all...]
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfsubs.h168 * @param baseValue A partial parse result that should be
181 * baseValue with whatever was returned from matching the
188 double baseValue,
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h108 Property* baseValue() function in class:blink::SVGAnimatedPropertyCommon
199 return this->baseValue()->value();
209 this->baseValue()->setValue(value);
270 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());

Completed in 3904 milliseconds

12