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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedValueSet.java124 * strictly less than toValue.
130 * @param toValue the upper bound.
137 public SortedSet headSet(Object toValue) { argument
139 return subSet(null, false, toValue, false);
144 * strictly less than toValue, optionally including toValue.
150 * @param toValue is the upper bound.
152 * @param toInclusive is true to include toValue.
159 public SortedSet headSet(Object toValue, boolean toInclusive) { argument
161 return subSet(null, false, toValue, toInclusiv
223 subSet(Object fromValue, Object toValue) argument
250 subSet(Object fromValue, boolean fromInclusive, Object toValue, boolean toInclusive) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCrossfadeValue.h46 static PassRef<CSSCrossfadeValue> create(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) argument
48 return adoptRef(*new CSSCrossfadeValue(fromValue, toValue));
75 CSSCrossfadeValue(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) argument
78 , m_toValue(toValue)
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLength.h130 float toValue = valueInSpecifiedUnits(); local
132 length.newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress), ec);
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), ec);
152 float toValue = valueInSpecifiedUnits(); local
153 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), ec);
H A DSVGPathBlender.cpp57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); local
60 float animValue = blend(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
66 float currentValue = blend(fromValue, toValue, m_progress);
H A DSVGAnimationElement.cpp288 else if (!toValue().isEmpty())
327 String SVGAnimationElement::toValue() const function in class:WebCore::SVGAnimationElement
574 String to = toValue();
H A DSVGAnimationElement.h182 String toValue() const;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkScale.c127 DEF_SCALE_TO, -1, Tk_Offset(TkScale, toValue), 0, 0, 0},
254 scalePtr->toValue = 0.0;
627 scalePtr->toValue = TkRoundToResolution(scalePtr, scalePtr->toValue);
633 * addition moves from fromValue to toValue.
637 ^ ((scalePtr->toValue - scalePtr->fromValue) < 0)) {
800 x = fabs(scalePtr->toValue);
833 x = fabs(scalePtr->fromValue - scalePtr->toValue);
950 sprintf(valueString, scalePtr->format, scalePtr->toValue);
1278 ^ (scalePtr->toValue < scalePt
[all...]
H A DtkScale.h73 double toValue; /* Value corresponding to right or bottom of member in struct:TkScale
H A DtkEntry.h219 double toValue; /* Value corresponding to right/bottom of member in struct:__anon13434
H A DtkEntry.c295 DEF_SPINBOX_TO, -1, Tk_Offset(Spinbox, toValue), 0, 0, 0},
1128 oldTo = sbPtr->toValue;
1176 if (sbPtr->fromValue > sbPtr->toValue) {
1327 && !DOUBLES_EQ(sbPtr->fromValue, sbPtr->toValue)
1329 || !DOUBLES_EQ(sbPtr->toValue, oldTo))) {
1344 if (dvalue > sbPtr->toValue) {
1345 dvalue = sbPtr->toValue;
3605 sbPtr->toValue = 100.0;
4274 } else if (!DOUBLES_EQ(sbPtr->fromValue, sbPtr->toValue)) {
4286 if (dvalue > sbPtr->toValue) {
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkScale.c131 DEF_SCALE_TO, -1, Tk_Offset(TkScale, toValue), 0, 0, 0},
264 scalePtr->toValue = 0.0;
645 scalePtr->toValue = TkRoundToResolution(scalePtr, scalePtr->toValue);
651 * addition moves from fromValue to toValue.
655 ^ ((scalePtr->toValue - scalePtr->fromValue) < 0)) {
818 x = fabs(scalePtr->toValue);
852 x = fabs(scalePtr->fromValue - scalePtr->toValue);
969 sprintf(valueString, scalePtr->format, scalePtr->toValue);
1298 ^ (scalePtr->toValue < scalePt
[all...]
H A DtkScale.h74 double toValue; /* Value corresponding to right or bottom member in struct:TkScale
H A DtkEntry.h219 double toValue; /* Value corresponding to right/bottom member in struct:__anon13781
H A DtkEntry.c316 DEF_SPINBOX_TO, -1, Tk_Offset(Spinbox, toValue), 0, 0, 0},
1181 oldTo = sbPtr->toValue;
1229 if (sbPtr->fromValue > sbPtr->toValue) {
1374 && !DOUBLES_EQ(sbPtr->fromValue, sbPtr->toValue)
1376 || !DOUBLES_EQ(sbPtr->toValue, oldTo))) {
1390 if (dvalue > sbPtr->toValue) {
1391 dvalue = sbPtr->toValue;
3644 sbPtr->toValue = 100.0;
4331 } else if (!DOUBLES_EQ(sbPtr->fromValue, sbPtr->toValue)) {
4343 if (dvalue > sbPtr->toValue) {
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm60 fadeInAnimation.toValue = [NSNumber numberWithFloat:1];
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixScale.c144 ticks = fabs((scalePtr->toValue - scalePtr->fromValue)
159 if (scalePtr->toValue >= scalePtr->fromValue) {
160 if (tickValue > scalePtr->toValue) {
164 if (tickValue < scalePtr->toValue) {
360 ticks = fabs((scalePtr->toValue - scalePtr->fromValue)
376 if (scalePtr->toValue >= scalePtr->fromValue) {
377 if (tickValue > scalePtr->toValue) {
381 if (tickValue < scalePtr->toValue) {
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixScale.c145 ticks = fabs((scalePtr->toValue - scalePtr->fromValue)
160 if (scalePtr->toValue >= scalePtr->fromValue) {
161 if (tickValue > scalePtr->toValue) {
165 if (tickValue < scalePtr->toValue) {
361 ticks = fabs((scalePtr->toValue - scalePtr->fromValue)
377 if (scalePtr->toValue >= scalePtr->fromValue) {
378 if (tickValue > scalePtr->toValue) {
382 if (tickValue < scalePtr->toValue) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h62 - (void) setStyleProperty:(NSString *) property forSelector:(NSString *) selector toValue:(NSString *) value;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h62 - (void) setStyleProperty:(NSString *) property forSelector:(NSString *) selector toValue:(NSString *) value;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h62 - (void) setStyleProperty:(NSString *) property forSelector:(NSString *) selector toValue:(NSString *) value;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXScale.c258 maxValue = scalePtr->toValue;
261 maxValue = scalePtr->toValue;
282 SetControl32BitMaximum(macScalePtr->scaleHandle, scalePtr->toValue);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScale.c256 maxValue = scalePtr->toValue;
259 maxValue = scalePtr->toValue;
280 SetControl32BitMaximum(macScalePtr->scaleHandle, scalePtr->toValue);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.h423 float toValue = isZero() ? 0 : value(); local
424 return Length(WebCore::blend(fromValue, toValue, progress), resultType);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp2604 float toValue; local
2605 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2606 basicAnim->setToValue(toValue);
2612 FloatPoint3D toValue; local
2613 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2614 basicAnim->setToValue(toValue);
2620 TransformationMatrix toValue; local
2621 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2622 basicAnim->setToValue(toValue);
2715 const FilterAnimationValue& toValue local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm463 [static_cast<CABasicAnimation*>(m_animation.get()) setToValue:[otherAnimation toValue]];

Completed in 408 milliseconds