HomeSort by relevance Sort by last modified time
    Searched defs:baseValue (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.h 51 SVGEnumeration<Enum>* baseValue()
53 return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::baseValue());
SVGAnimateElement.cpp 189 String baseValue;
193 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
196 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;
  /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;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 107 Property* baseValue()
198 return this->baseValue()->value();
208 this->baseValue()->setValue(value);
269 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 636 deUint32 baseValue[2];
646 baseValue[0] = (((deUint32)baseR[0]) << 16) | (((deUint32)baseG[0]) << 8) | baseB[0];
647 baseValue[1] = (((deUint32)baseR[1]) << 16) | (((deUint32)baseG[1]) << 8) | baseB[1];
648 distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue[1]);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 658 milliseconds