Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFShader.cpp325 const SkMatrix& inversePerspectiveMatrix, in apply_perspective_to_coordinates() argument
327 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()
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js807 var inversePerspectiveMatrix = new J3DIMatrix4(perspectiveMatrix);
808 inversePerspectiveMatrix.invert();
809 var transposedInversePerspectiveMatrix = new J3DIMatrix4(inversePerspectiveMatrix);