Searched refs:determinant2x2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp89 // double = determinant2x2(double a, double b, double c, double d)
93 static double determinant2x2(double a, double b, double c, double d) function in namespace:blink
109 return a1 * determinant2x2(b2, b3, c2, c3)
110 - b1 * determinant2x2(a2, a3, c2, c3)
111 + c1 * determinant2x2(a2, a3, b2, b3);

Completed in 72 milliseconds