Home
last modified time | relevance | path

Searched refs:rotationMatrix (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp1086 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0, in recompose() local
1091 multLeft(rotationMatrix); in recompose()