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

12

/external/proguard/src/proguard/gui/splash/
H A DLinearDouble.java30 private final double fromValue; field in class:LinearDouble
37 * @param fromValue the value that corresponds to a timing of 0.
41 public LinearDouble(double fromValue, double toValue, Timing timing) argument
43 this.fromValue = fromValue;
53 return fromValue + timing.getTiming(time) * (toValue - fromValue);
H A DLinearInt.java30 private final int fromValue; field in class:LinearInt
37 * @param fromValue the value that corresponds to a timing of 0.
41 public LinearInt(int fromValue, int toValue, Timing timing) argument
43 this.fromValue = fromValue;
53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue));
H A DLinearColor.java32 private final Color fromValue; field in class:LinearColor
42 * @param fromValue the value that corresponds to a timing of 0.
46 public LinearColor(Color fromValue, Color toValue, Timing timing) argument
48 this.fromValue = fromValue;
63 t == 0.0 ? fromValue :
65 new Color((int)(fromValue.getRed() + t * (toValue.getRed() - fromValue.getRed())),
66 (int)(fromValue.getGreen() + t * (toValue.getGreen() - fromValue
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp234 FloatAnimationValue* fromValue = (FloatAnimationValue*) m_operations->at(from); local
237 ALOGV("[layer %d] opacity fromValue %x, key %.2f, toValue %x, key %.2f for progress %.2f",
239 fromValue, fromValue->keyTime(),
245 const TimingFunction* timingFunction = fromValue->timingFunction();
246 progress = applyTimingFunction(fromValue->keyTime(), toValue->keyTime(),
250 float value = fromValue->value() + ((toValue->value() - fromValue->value()) * progress);
276 TransformAnimationValue* fromValue = (TransformAnimationValue*) m_operations->at(from); local
279 ALOGV("[layer %d] fromValue
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DAspectRatio.java40 public static AspectRatio fromValue(int value) { method in class:AspectRatio
H A DSeqParameterSet.java198 vuip.aspect_ratio = AspectRatio.fromValue((int) reader.readNBit(8,
/external/webkit/Source/WebCore/platform/
H A DLength.h196 float fromValue = from.isZero() ? 0 : from.value(); local
198 return Length(fromValue + (toValue - fromValue) * progress, resultType);
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp277 data = QVariant::fromValue<QPixmap>(pixmap);
291 data = QVariant::fromValue<QImage>(image);
323 ? QVariant::fromValue<QPixmap>(*pixmap)
324 : QVariant::fromValue<QImage>(pixmap->toImage());
334 return QVariant::fromValue<QPixmap>(instance->toPixmap());
337 return QVariant::fromValue<QImage>(instance->toImage());
342 return QVariant::fromValue<QPixmap>(QPixmap());
344 return QVariant::fromValue<QImage>(QImage());
H A Dqt_runtime.cpp590 ret = QVariant::fromValue(realRe);
601 ret = QVariant::fromValue(re);
613 ret = QVariant::fromValue(qtinst->getObject());
624 ret = QVariant::fromValue(nullobj);
637 ret = QVariant::fromValue((void *)qtinst->getObject());
647 ret = QVariant::fromValue((void*)0);
679 ret = QVariant::fromValue(result);
698 ret = QVariant::fromValue(result);
708 ret = QVariant::fromValue(result);
730 ret = QVariant::fromValue(resul
[all...]
H A Dqt_instance.cpp354 val = QVariant::fromValue((QObject*) m_childObject);
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp250 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons())));
251 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers())));
258 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons())));
259 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers())));
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp299 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent));
300 QCOMPARE(wv->property("newWindowComponent"), QVariant::fromValue(&substituteComponent));
303 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent));
306 wv->setProperty("newWindowComponent", QVariant::fromValue((QDeclarativeComponent*)0));
326 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent));
330 QCOMPARE(wv->property("newWindowParent"), QVariant::fromValue(newWindowParent));
333 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent));
336 wv->setProperty("newWindowParent", QVariant::fromValue((QDeclarativeItem*)0));
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h74 String fromValue() const;
H A DSVGAnimationElement.cpp228 return fromValue().isEmpty() ? ToAnimation : FromToAnimation;
230 return fromValue().isEmpty() ? ByAnimation : FromByAnimation;
274 String SVGAnimationElement::fromValue() const function in class:WebCore::SVGAnimationElement
507 String from = fromValue();
H A DSVGPathBlender.cpp53 float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y(); local
63 float currentValue = blendAnimatedFloat(fromValue, toValue, m_progress);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
H A DIpoHelper.java147 public Ipo fromValue(float constValue) { method in class:IpoHelper
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintHelper.java123 ipo = ipoHelper.fromValue(enforce);
143 ipo = ipoHelper.fromValue(enforce);
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp116 m_variantMapValue.insert("c", QVariant::fromValue<QObject*>(this));
311 m_actuals << QVariant::fromValue(lst);
326 m_actuals << QVariant::fromValue(lst);
331 m_actuals << QVariant::fromValue(obj);
336 m_actuals << QVariant::fromValue(brush);
341 m_actuals << QVariant::fromValue(style);
345 m_actuals << QVariant::fromValue(arg);
349 m_actuals << QVariant::fromValue(arg);
353 m_actuals << QVariant::fromValue(arg);
357 m_actuals << QVariant::fromValue(arg
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1783 float fromValue; local
1784 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1785 basicAnim->setFromValue(fromValue);
1791 FloatPoint3D fromValue; local
1792 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1793 basicAnim->setFromValue(fromValue);
1799 TransformationMatrix fromValue; local
1800 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1801 basicAnim->setFromValue(fromValue);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1446 virtual void applyFrame(const T& fromValue, const T& toValue, qreal progress) = 0;
1495 const T& fromValue = fromKeyframe.value; local
1502 applyFrame(fromValue, toValue, progress);
1601 virtual void applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) argument
1603 qreal opacity = qBound(qreal(0), fromValue + (toValue - fromValue) * progress, qreal(1));
H A DMediaPlayerPrivateQt.cpp228 request.setHeader(QNetworkRequest::CookieHeader, QVariant::fromValue(cookies));
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp958 res << QVariant::fromValue(QWebElement(nodes->item(i)));
960 res << QVariant::fromValue(QDRTNode(nodes->item(i)));
1077 return QVariant::fromValue(QDRTNode(webShadowRoot));
/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp1114 JSValue fromValue = exec->argument(1); local
1115 if (!fromValue.isUndefined()) {
1116 double fromDouble = fromValue.toInteger(exec);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp314 setProperty("kineticScroller", QVariant::fromValue(scroller));

Completed in 1017 milliseconds

12