HomeSort by relevance Sort by last modified time
    Searched defs:Side (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 464 * The side of a point relative to a line. If the line is from a to b then
467 enum Side {
475 * optionally returns the side of the line that the pt falls on (looking
480 Side* side = NULL) const;
484 * optionally returns the side of the line that the pt falls on (looking
489 Side* side = NULL) const {
490 return SkScalarSqrt(this->distanceToLineBetweenSqd(a, b, side));
509 * new vector will point in direction indicated by side (whic
    [all...]
  /external/skia/include/core/
SkPoint.h 464 * The side of a point relative to a line. If the line is from a to b then
467 enum Side {
475 * optionally returns the side of the line that the pt falls on (looking
480 Side* side = NULL) const;
484 * optionally returns the side of the line that the pt falls on (looking
489 Side* side = NULL) const {
490 return SkScalarSqrt(this->distanceToLineBetweenSqd(a, b, side));
509 * new vector will point in direction indicated by side (whic
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 21 * \param LhsNested the type used to store the left-hand side
22 * \param RhsNested the type used to store the right-hand side
136 * \param Lhs the type of the left-hand side
137 * \param Rhs the type of the right-hand side
321 template<int Side, int StorageOrder, bool BlasCompatible>
342 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight };
343 typedef typename internal::conditional<int(Side)==OnTheRight,_LhsNested,_RhsNested>::type MatrixType;
348 internal::gemv_selector<Side,(int(MatrixType::Flags)&RowMajorBit) ? RowMajor : ColMajor,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 385 WORD Side;
399 WORD Side;
771 WORD Side;
784 WORD Side;
    [all...]

Completed in 252 milliseconds