HomeSort by relevance Sort by last modified time
    Searched refs:inversePerspectiveMatrix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
transform_util.cc 177 SkMatrix44 inversePerspectiveMatrix(SkMatrix44::kUninitialized_Constructor);
178 if (!perspectiveMatrix.invert(&inversePerspectiveMatrix))
182 inversePerspectiveMatrix;
  /external/skia/src/pdf/
SkPDFShader.cpp 213 * inversePerspectiveMatrix is the inverse perspective matrix.
216 const SkMatrix& inversePerspectiveMatrix) {
218 if (!inversePerspectiveMatrix.hasPerspective()) {
227 const SkScalar p0 = inversePerspectiveMatrix[SkMatrix::kMPersp0];
228 const SkScalar p1 = inversePerspectiveMatrix[SkMatrix::kMPersp1];
229 const SkScalar p2 = inversePerspectiveMatrix[SkMatrix::kMPersp2];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 337 TransformationMatrix::Matrix4 inversePerspectiveMatrix, transposedInversePerspectiveMatrix;
338 inverse(perspectiveMatrix, inversePerspectiveMatrix);
339 transposeMatrix4(inversePerspectiveMatrix, transposedInversePerspectiveMatrix);
    [all...]

Completed in 206 milliseconds