HomeSort by relevance Sort by last modified time
    Searched defs:transformMatrix (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 103 Matrix transformMatrix = mTextureView.getTransform(null);
105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2);
106 mTextureView.setTransform(transformMatrix);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 99 function transformMatrix(self, v) {
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2]);
280 this.directions[3] = transformMatrix(m, this.directions[3]);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 99 function transformMatrix(self, v) {
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2]);
280 this.directions[3] = transformMatrix(m, this.directions[3]);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 298 TransformationMatrix transformMatrix;
317 progress)->apply(transformMatrix, size);
322 toValue->value()->apply(size, transformMatrix);
324 transformMatrix.blend(source, progress);
328 layer->setTransform(transformMatrix);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 252 milliseconds