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

  /external/webkit/WebCore/manual-tests/animation/
animateTransform-parser.svg 4 animateTransform parsing code coverage for translate, rotate, skewX
13 <animateTransform attributeName="transform" type="rotate" from=" 0, 200, 200" to=" 360, 200, 200"
17 <animateTransform attributeName="transform" type="rotate" from=" 0 200 200" to=" 360 200 200"
21 <animateTransform attributeName="transform" type="rotate" from=" 0,200,200" to=" 360,200,200"
25 <animateTransform attributeName="transform" type="rotate" from=" 0,+200 +200" to=" 360 +200 +200"
32 <animateTransform attributeName="transform" type="translate" from="0, 0" to="200, 200" dur="5s" />
35 <animateTransform attributeName="transform" type="translate" from="0 0" to="200 200" dur="5s" />
38 <animateTransform attributeName="transform" type="translate" from="0,0" to="200,200" dur="5s" />
41 <animateTransform attributeName="transform" type="translate" from=" +0,+0" to=" +200 +200" dur="5s" />
47 <animateTransform attributeName="transform" type="scale" from="1,1" by="0,1" dur="5s" /
    [all...]
animateTransform-repeat-once.svg 3 <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
animateTransform-toanimation.svg 5 <animateTransform attributeName="transform" type="scale" to="5" dur="5s" />
animateTransform-keyTimes.svg 3 <animateTransform attributeName="transform" type='translate' values='0,0; 10,0; 100,0' keyTimes='0; .6; 1' dur='3s' fill='freeze' />
  /external/webkit/WebCore/manual-tests/
svg-animation-parseValues.svg 6 <text text-anchor="middle" x="240" y="35" font-size="16">(parsing of animateTransform values).</text>
11 <animateTransform attributeName="transform" type="rotate" values="450;450;" dur="1s"/>
  /external/webkit/WebCore/svg/
svgtags.in 17 animateTransform createWithNew
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 640 TLOG("(%x) animateTransform, valueList(%d) functionList(%d) duration(%.2f)", this,
649 TLOG("(%x) animateTransform, dealing with the %d operation, with %d ops", this, i, ops.size());
652 TLOG("(%x) animateTransform, dealing with the %d:%d operation, current op: %d (translate is %d, rotate %d, scale %d)",
670 TLOG("(%x) animateTransform, the %d operation is a translation(%.2f,%.2f,%.2f)",
681 TLOG("(%x) animateTransform, the %d operation is a translation_x(%.2f)",
692 TLOG("(%x) animateTransform, the %d operation is a translation_y(%.2f)",
703 TLOG("(%x) animateTransform, the %d operation is a translation_z(%.2f)",
709 LOG("(%x) animateTransform, the %d operation is a rotation", this, j);
712 TLOG("(%x) animateTransform, the %d operation is a rotation (%d), of angle %.2f",
754 TLOG("(%x) animateTransform, the %d operation is not a rotation (%d)"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLShape.java 72 public void animateTransform(M4 transform) {
Layer.java 86 shape.animateTransform(mTransform);

Completed in 142 milliseconds