Searched refs:transformMatrix (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp298 TransformationMatrix transformMatrix; local
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/android/rendering/
H A DGLUtils.h86 static void convertToTransformationMatrix(const float* matrix, TransformationMatrix& transformMatrix);
H A DGLUtils.cpp598 void GLUtils::convertToTransformationMatrix(const float* matrix, TransformationMatrix& transformMatrix) argument
600 transformMatrix.setMatrix(
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js99 function transformMatrix(self, v) { function
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/
H A D3d-raytrace.js99 function transformMatrix(self, v) { function
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/qt/
H A DGraphicsLayerQt.cpp1536 TransformationMatrix transformMatrix; local
1553 targetOperations.operations()[i]->blend(sourceOperations.at(i), progress)->apply(transformMatrix, m_boxSize);
1555 targetOperations.apply(m_boxSize, transformMatrix);
1556 transformMatrix.blend(m_sourceMatrix, progress);
1559 m_layer.data()->m_layer->setTransform(transformMatrix);
1561 m_layer.data()->setBaseTransform(transformMatrix);

Completed in 120 milliseconds