HomeSort by relevance Sort by last modified time
    Searched refs:baseValue (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedLength.cpp 39 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) {
SVGAnimatedEnumerationBase.cpp 52 baseValue()->setValue(value, exceptionState);
SVGFitToViewBox.h 57 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();
SVGAnimatedEnumeration.h 51 SVGEnumeration<Enum>* baseValue()
53 return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::baseValue());
SVGAnimatedIntegerOptionalInteger.cpp 40 , m_firstInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->firstInteger()))
41 , m_secondInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->secondInteger()))
SVGAnimatedNumberOptionalNumber.cpp 29 , m_firstNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->firstNumber()))
30 , m_secondNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->secondNumber()))
SVGViewSpec.cpp 67 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);
SVGAnimatedAngle.cpp 42 , m_orientType(SVGAnimatedEnumeration<SVGMarkerOrientType>::create(contextElement, SVGNames::orientAttr, baseValue()->orientType()))
SVGFEGaussianBlurElement.cpp 45 stdDeviationX()->baseValue()->setValue(x);
46 stdDeviationY()->baseValue()->setValue(y);
SVGFEDropShadowElement.cpp 49 stdDeviationX()->baseValue()->setValue(x);
50 stdDeviationY()->baseValue()->setValue(y);
SVGFitToViewBox.cpp 69 m_viewBox->baseValue()->setValue(rect);
SVGViewSpec.h 50 SVGTransformList* transform() { return m_transform ? m_transform->baseValue() : 0; }
SVGFilterElement.cpp 73 filterResX()->baseValue()->setValue(x);
74 filterResY()->baseValue()->setValue(y);
SVGMarkerElement.cpp 145 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
154 m_orientAngle->baseValue()->newValueSpecifiedUnits(target->unitType(), target->valueInSpecifiedUnits());
SVGSVGElement.cpp 744 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());
SVGAnimateElement.cpp 187 String baseValue;
191 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
194 m_animatedProperty = animator->constructFromString(baseValue);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.h 56 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;
nfrule.cpp 32 : baseValue((int32_t)0)
96 // new it up and initialize its basevalue and divisor
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;
    [all...]
nfsubs.cpp 160 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);
    [all...]
nfsubs.h 168 * @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/
nfrule.h 56 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;
nfrule.cpp 33 : baseValue((int32_t)0)
97 // new it up and initialize its basevalue and divisor
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;
    [all...]
nfsubs.cpp 160 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);
    [all...]
nfsubs.h 168 * @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/
SVGAnimatedProperty.h 108 Property* baseValue()
199 return this->baseValue()->value();
209 this->baseValue()->setValue(value);
270 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());

Completed in 2069 milliseconds

1 2