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

  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 45 ColsAtCompileTime = Direction==Horizontal ? ColsPlusOne : MatrixType::ColsAtCompileTime,
76 EIGEN_DEVICE_FUNC inline Index cols() const { return m_matrix.cols() + (int(Direction)==Horizontal ? 1 : 0); }
84 eigen_assert(int(Direction)==Horizontal);
200 Direction==Horizontal ? _expression().cols()-1 : _expression().cols()).cwiseQuotient(
203 Direction==Horizontal ? HNormalized_SizeMinusOne : 1>
206 Direction==Horizontal ? _expression().cols()-1:0,
208 Direction==Horizontal ? 1 : _expression().cols()),
210 Direction==Horizontal ? _expression().cols()-1 : 1));
284 struct traits<homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,Rhs> >
295 struct homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,Rhs
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_pattern.cpp 71 case XFA_AttributeEnum::Horizontal:
72 iHatch = FX_HatchStyle::Horizontal;
xfa_basic_data_enum.cpp 205 {0xb7732dea, L"horizontal", XFA_AttributeEnum::Horizontal},
  /external/eigen/Eigen/src/Core/
Reverse.h 55 * \tparam Direction defines the direction of the reverse operation, can be Vertical, Horizontal, or BothDirections
78 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),
83 || ((Direction == Horizontal) && IsRowMajor)
180 struct vectorwise_reverse_inplace_impl<Horizontal>
VectorwiseOp.h 23 * \tparam Direction indicates the direction of the redux (#Vertical or #Horizontal)
46 ColsAtCompileTime = Direction==Horizontal ? 1 : MatrixType::ColsAtCompileTime,
48 MaxColsAtCompileTime = Direction==Horizontal ? 1 : MatrixType::MaxColsAtCompileTime,
71 Index cols() const { return (Direction==Horizontal ? 1 : m_matrix.cols()); }
145 * \tparam Direction indicates the direction of the redux (#Vertical or #Horizontal)
185 isHorizontal = (Direction==Horizontal) ? 1 : 0
644 Direction==Horizontal ? int(HNormalized_SizeMinusOne)
649 Direction==Horizontal ? 1 : int(internal::traits<ExpressionType>::ColsAtCompileTime)>
655 Direction==Horizontal ? HNormalized_SizeMinusOne : 1> >
Replicate.h 53 * \tparam ColFactor number of repetitions at compile time along the horizontal direction, can be Dynamic.
137 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
DenseBase.h 491 typedef VectorwiseOp<Derived, Horizontal> RowwiseReturnType;
492 typedef const VectorwiseOp<const Derived, Horizontal> ConstRowwiseReturnType;
MatrixBase.h 406 enum { HomogeneousReturnTypeDirection = ColsAtCompileTime==1&&RowsAtCompileTime==1 ? ((internal::traits<Derived>::Flags&RowMajorBit)==RowMajorBit ? Horizontal : Vertical)
407 : ColsAtCompileTime==1 ? Vertical : Horizontal };
CoreEvaluators.h     [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 53 SK_OT_BYTE ppemX; //horizontal pixels per Em
68 Horizontal, // Horizontal small glyph metrics
78 static const SK_OT_CHAR Horizontal = 1u << 0;
  /external/skqp/src/sfnt/
SkOTTable_EBLC.h 53 SK_OT_BYTE ppemX; //horizontal pixels per Em
68 Horizontal, // Horizontal small glyph metrics
78 static const SK_OT_CHAR Horizontal = 1u << 0;
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.h 25 Horizontal = 0,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 53 if (orientation == Qt::Horizontal) {
  /external/eigen/Eigen/src/Core/util/
Constants.h 268 Horizontal,
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 122 Horizontal,
cpdf_textpage.cpp 526 return TextOrientation::Horizontal;
532 return TextOrientation::Horizontal;
536 return TextOrientation::Horizontal;
    [all...]
  /external/skia/debugger/QT/
SkCanvasWidget.cpp 92 if (Qt::Horizontal == event->orientation()) {
  /external/skqp/debugger/QT/
SkCanvasWidget.cpp 92 if (Qt::Horizontal == event->orientation()) {
  /external/eigen/test/
array_reverse.cpp 62 Reverse<MatrixType, Horizontal> m1_rh(m1);
63 // Verify that a Reverse in the horizontal directions of an expression works
  /external/libavc/common/arm/
ih264_intra_pred_chroma_a9q.s 197 @* Perform Intra prediction for chroma_8x8 mode:Horizontal
200 @* Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 73 // Horizontal 1-D IDCT.
141 // Similar to the horizontal 1-D IDCT case, if all the AC components are zero, then the IDCT is trivial.
142 // However, after performing the horizontal 1-D IDCT, there are typically non-zero AC components, so
reader.go 34 h int // Horizontal sampling factor.
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 73 // Horizontal 1-D IDCT.
141 // Similar to the horizontal 1-D IDCT case, if all the AC components are zero, then the IDCT is trivial.
142 // However, after performing the horizontal 1-D IDCT, there are typically non-zero AC components, so
reader.go 34 h int // Horizontal sampling factor.
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 292 Horizontal,

Completed in 2207 milliseconds