Searched refs:inversePerspectiveMatrix (Results 1 – 2 of 2) sorted by relevance
325 const SkMatrix& inversePerspectiveMatrix, in apply_perspective_to_coordinates() argument327 if (!inversePerspectiveMatrix.hasPerspective()) { in apply_perspective_to_coordinates()336 const SkScalar p0 = inversePerspectiveMatrix[SkMatrix::kMPersp0]; in apply_perspective_to_coordinates()337 const SkScalar p1 = inversePerspectiveMatrix[SkMatrix::kMPersp1]; in apply_perspective_to_coordinates()338 const SkScalar p2 = inversePerspectiveMatrix[SkMatrix::kMPersp2]; in apply_perspective_to_coordinates()
807 var inversePerspectiveMatrix = new J3DIMatrix4(perspectiveMatrix);808 inversePerspectiveMatrix.invert();809 var transposedInversePerspectiveMatrix = new J3DIMatrix4(inversePerspectiveMatrix);