Searched refs:localMatrix (Results 1 – 7 of 7) sorted by relevance
294 TransformationMatrix::Matrix4 localMatrix; in decompose() local295 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 …]
404 TransformationMatrix localMatrix; in updateLocalTransformAndClip() local476 TransformationMatrix localMatrix = m_drawTransformUnfudged; in updateGLPositionsAndScale() local480 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()
307 Matrix4f localMatrix = parentInv.mult(globalMatrix); in getTransformation() local309 Vector3f translation = localMatrix.toTranslationVector(); in getTransformation()310 Quaternion rotation = localMatrix.toRotationQuat(); in getTransformation()
4986 (WebCore::SVGStyledTransformableElement::localMatrix):4993 (WebCore::SVGTextElement::localMatrix):7615 (WebCore::SVGStyledTransformableElement::localMatrix):23281 (WebCore::SVGTextElement::localMatrix):
5705 (SVGStyledTransformableElementImpl::localMatrix):5749 (KSVG::SVGTextElementImpl::localMatrix):
31919 (SVGTextElementImpl::localMatrix): added.
59656 (WebCore::SVGGElement::localMatrix):