HomeSort by relevance Sort by last modified time
    Searched full:animval (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/svg/
SVGExternalResourcesRequired.h 35 // states that externalResourcesRequired cannot be animated, the animVal will always be the same as the baseVal.
36 // FIXME: When implementing animVal support, make sure that animVal==baseVal for externalResourcesRequired
SVGAnimatedAngle.idl 30 readonly attribute SVGAngle animVal;
SVGAnimatedBoolean.idl 31 readonly attribute boolean animVal;
SVGAnimatedEnumeration.idl 31 readonly attribute unsigned short animVal;
SVGAnimatedInteger.idl 31 readonly attribute long animVal;
SVGAnimatedLength.idl 30 readonly attribute SVGLength animVal;
SVGAnimatedLengthList.idl 30 readonly attribute SVGLengthList animVal;
SVGAnimatedNumber.idl 32 readonly attribute float animVal;
SVGAnimatedNumberList.idl 30 readonly attribute SVGNumberList animVal;
SVGAnimatedPreserveAspectRatio.idl 30 readonly attribute SVGPreserveAspectRatio animVal;
SVGAnimatedRect.idl 30 readonly attribute SVGRect animVal;
SVGAnimatedString.idl 31 readonly attribute core::DOMString animVal;
SVGAnimatedTransformList.idl 30 readonly attribute SVGTransformList animVal;
SVGAnimatedTemplate.h 113 virtual ReturnType animVal() const = 0;
SVGAnimatedProperty.h 61 virtual ReturnType animVal() const { return m_creator.value(); }
  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 56 * @param animVal
63 public static final void animate(Vector3f animVal, Vector3f targetVal, float timeElapsed) {
65 animVal.x = animateAfterFactoringSpeed(animVal.x, targetVal.x, timeElapsed);
66 animVal.y = animateAfterFactoringSpeed(animVal.y, targetVal.y, timeElapsed);
67 animVal.z = animateAfterFactoringSpeed(animVal.z, targetVal.z, timeElapsed);
  /external/webkit/WebCore/
ChangeLog-2006-12-31     [all...]
ChangeLog-2005-12-19     [all...]
ChangeLog-2010-01-29     [all...]

Completed in 531 milliseconds