Home
last modified time | relevance | path

Searched defs:rightValue (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMapDifference.java99 V rightValue(); in rightValue() method
DMaps.java365 V rightValue = onlyOnRight.remove(leftKey); in difference() local
494 public V rightValue() { in rightValue() method in Maps.ValueDifferenceImpl
554 V rightValue = onlyOnRight.remove(leftKey); in difference() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java362 V rightValue = onlyOnRight.remove(leftKey); in difference() local
491 public V rightValue() { in rightValue() method in Maps.ValueDifferenceImpl
551 V rightValue = onlyOnRight.remove(leftKey); in difference() local
/external/skia/tools/
Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, in comparePixels() local
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels() local
/external/chromium_org/third_party/skia/tools/
Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, in comparePixels() local
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp378 …double rightValue = rightSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleF… in createSimplified() local
448 const double rightValue = m_rightSide->computeLengthPx(conversionData); in computeLengthPx() local
573 static double evaluateOperator(double leftValue, double rightValue, CalcOperator op) in evaluateOperator()
DCSSComputedStyleDeclaration.cpp2882 …RefPtrWillBeRawPtr<CSSValue> rightValue = getPropertyCSSValue(shorthand.properties()[1], DoNotUpda… in valuesForSidesShorthand() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeEffectModelTest.cpp348 Interpolation* rightValue = findValue(*values.get(), CSSPropertyRight); in TEST() local