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

  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 293 // perspectiveMatrix is used to solve for perspective, but it also provides
295 TransformationMatrix::Matrix4 perspectiveMatrix;
296 memcpy(perspectiveMatrix, localMatrix, sizeof(TransformationMatrix::Matrix4));
298 perspectiveMatrix[i][3] = 0;
299 perspectiveMatrix[3][3] = 1;
301 if (determinant4x4(perspectiveMatrix) == 0)
313 // Solve the equation by inverting perspectiveMatrix and multiplying
317 inverse(perspectiveMatrix, inversePerspectiveMatrix);
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 13 milliseconds