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

/external/chromium_org/ui/gfx/
H A Dvector2d_f.cc44 double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs) { function in namespace:gfx
H A Dmatrix3_f.cc213 Vector3dF e1 = CrossProduct(matrix_b.get_column(0),
215 Vector3dF e2 = CrossProduct(matrix_b.get_column(1),
217 Vector3dF e3 = CrossProduct(matrix_b.get_column(2),
H A Dvector2d_f.h94 UI_EXPORT double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs);
H A Dvector3d_f.h101 inline Vector3dF CrossProduct(const Vector3dF& lhs, const Vector3dF& rhs) { function in namespace:gfx
H A Dvector3d_unittest.cc204 TEST(Vector3dTest, CrossProduct) {
227 Vector3dF actual = gfx::CrossProduct(tests[i].input1, tests[i].input2);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h129 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
424 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
429 return CrossProduct(*this, vec);
/external/skia/include/core/
H A DSkPoint.h129 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
424 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
429 return CrossProduct(*this, vec);
/external/ceres-solver/include/ceres/
H A Drotation.h189 void CrossProduct(const T x[3], const T y[3], T x_cross_y[3]);
570 void CrossProduct(const T x[3], const T y[3], T x_cross_y[3]) { function in namespace:ceres
606 CrossProduct(w, pt, w_cross_pt);
629 CrossProduct(angle_axis, pt, w_cross_pt);
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc301 static void CrossProduct(const set<string>& a, function in namespace:re2
318 CrossProduct(a->exact_, b->exact_, &ab->exact_);
/external/regex-re2/re2/
H A Dprefilter.cc301 static void CrossProduct(const set<string>& a, function in namespace:re2
318 CrossProduct(a->exact_, b->exact_, &ab->exact_);
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc234 layer_normal = gfx::CrossProduct(c13, c12);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1347 SkScalar sinh = SkPoint::CrossProduct(before, after);
2289 return SkScalarSignAsInt(SkPoint::CrossProduct(a, b));
2512 SkScalar cross = SkPoint::CrossProduct(p1 - p0, p2 - p0);
H A DSkGeometry.cpp1311 SkScalar y = SkPoint::CrossProduct(uStart, uStop);
/external/skia/src/core/
H A DSkPath.cpp1347 SkScalar sinh = SkPoint::CrossProduct(before, after);
2289 return SkScalarSignAsInt(SkPoint::CrossProduct(a, b));
2512 SkScalar cross = SkPoint::CrossProduct(p1 - p0, p2 - p0);
H A DSkGeometry.cpp1311 SkScalar y = SkPoint::CrossProduct(uStart, uStop);

Completed in 642 milliseconds