Searched refs:inversePerspectiveMatrix (Results 1 – 4 of 4) sorted by relevance
345 SkMatrix44 inversePerspectiveMatrix(SkMatrix44::kUninitialized_Constructor); in DecomposeTransform() local346 if (!perspectiveMatrix.invert(&inversePerspectiveMatrix)) in DecomposeTransform()350 inversePerspectiveMatrix; in DecomposeTransform()
223 const SkMatrix& inversePerspectiveMatrix) { in apply_perspective_to_coordinates() argument225 if (!inversePerspectiveMatrix.hasPerspective()) { in apply_perspective_to_coordinates()234 const SkScalar p0 = inversePerspectiveMatrix[SkMatrix::kMPersp0]; in apply_perspective_to_coordinates()235 const SkScalar p1 = inversePerspectiveMatrix[SkMatrix::kMPersp1]; in apply_perspective_to_coordinates()236 const SkScalar p2 = inversePerspectiveMatrix[SkMatrix::kMPersp2]; in apply_perspective_to_coordinates()
336 TransformationMatrix::Matrix4 inversePerspectiveMatrix, transposedInversePerspectiveMatrix; in decompose() local337 inverse(perspectiveMatrix, inversePerspectiveMatrix); in decompose()338 transposeMatrix4(inversePerspectiveMatrix, transposedInversePerspectiveMatrix); in decompose()