Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dtransform_util.cc345 SkMatrix44 inversePerspectiveMatrix(SkMatrix44::kUninitialized_Constructor); in DecomposeTransform() local
346 if (!perspectiveMatrix.invert(&inversePerspectiveMatrix)) in DecomposeTransform()
350 inversePerspectiveMatrix; in DecomposeTransform()
/external/skia/src/pdf/
DSkPDFShader.cpp223 const SkMatrix& inversePerspectiveMatrix) { in apply_perspective_to_coordinates() argument
225 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()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFShader.cpp223 const SkMatrix& inversePerspectiveMatrix) { in apply_perspective_to_coordinates() argument
225 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()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp336 TransformationMatrix::Matrix4 inversePerspectiveMatrix, transposedInversePerspectiveMatrix; in decompose() local
337 inverse(perspectiveMatrix, inversePerspectiveMatrix); in decompose()
338 transposeMatrix4(inversePerspectiveMatrix, transposedInversePerspectiveMatrix); in decompose()