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

  /external/chromium_org/components/cloud_devices/common/
printer_description.h 59 enum OrientationType {
345 typedef SelectionCapability<OrientationType, OrientationTraits>
360 typedef TicketItem<OrientationType, OrientationTraits> OrientationTicketItem;
printer_description.cc 118 OrientationType id;
625 static bool Load(const base::DictionaryValue& dict, OrientationType* option) {
631 static void Save(OrientationType option, base::DictionaryValue* dict) {
818 template class SelectionCapability<OrientationType, OrientationTraits>;
831 template class TicketItem<OrientationType, OrientationTraits>;
  /external/eigen/demos/opengl/
quaternion_demo.cpp 126 // linear interpolation of a frame using the type OrientationType
128 template<typename OrientationType>
132 Quaternionf(lerp(alpha,OrientationType(a.orientation),OrientationType(b.orientation))));
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 241 template<typename PositionDerived, typename OrientationType, typename ScaleDerived>
243 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
672 template<typename PositionDerived, typename OrientationType, typename ScaleDerived>
675 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
  /external/eigen/Eigen/src/Geometry/
Transform.h 555 template<typename PositionDerived, typename OrientationType, typename ScaleDerived>
557 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
    [all...]

Completed in 67 milliseconds