Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp294 TransformationMatrix::Matrix4 localMatrix; in decompose() local
295 memcpy(localMatrix, mat, sizeof(TransformationMatrix::Matrix4)); in decompose()
298 if (localMatrix[3][3] == 0) in decompose()
304 localMatrix[i][j] /= localMatrix[3][3]; in decompose()
309 memcpy(perspectiveMatrix, localMatrix, sizeof(TransformationMatrix::Matrix4)); in decompose()
318 if (localMatrix[0][3] != 0 || localMatrix[1][3] != 0 || localMatrix[2][3] != 0) { in decompose()
321 rightHandSide[0] = localMatrix[0][3]; in decompose()
322 rightHandSide[1] = localMatrix[1][3]; in decompose()
323 rightHandSide[2] = localMatrix[2][3]; in decompose()
324 rightHandSide[3] = localMatrix[3][3]; in decompose()
[all …]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp404 TransformationMatrix localMatrix; in updateLocalTransformAndClip() local
476 TransformationMatrix localMatrix = m_drawTransformUnfudged; in updateGLPositionsAndScale() local
480 localMatrix.setM13(0); in updateGLPositionsAndScale()
481 localMatrix.setM23(0); in updateGLPositionsAndScale()
482 localMatrix.setM31(0); in updateGLPositionsAndScale()
483 localMatrix.setM32(0); in updateGLPositionsAndScale()
484 localMatrix.setM33(1); in updateGLPositionsAndScale()
485 localMatrix.setM34(0); in updateGLPositionsAndScale()
486 localMatrix.setM43(0); in updateGLPositionsAndScale()
492 childMatrix = localMatrix; in updateGLPositionsAndScale()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DObjectHelper.java307 Matrix4f localMatrix = parentInv.mult(globalMatrix); in getTransformation() local
309 Vector3f translation = localMatrix.toTranslationVector(); in getTransformation()
310 Quaternion rotation = localMatrix.toRotationQuat(); in getTransformation()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-314986 (WebCore::SVGStyledTransformableElement::localMatrix):
4993 (WebCore::SVGTextElement::localMatrix):
7615 (WebCore::SVGStyledTransformableElement::localMatrix):
23281 (WebCore::SVGTextElement::localMatrix):
DChangeLog-2005-12-195705 (SVGStyledTransformableElementImpl::localMatrix):
5749 (KSVG::SVGTextElementImpl::localMatrix):
DChangeLog-2006-05-1031919 (SVGTextElementImpl::localMatrix): added.
DChangeLog-2007-10-1459656 (WebCore::SVGGElement::localMatrix):