OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotationType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h
162
enum
RotationType
{
169
virtual void rotateView(
RotationType
type) { }
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h
87
virtual void rotateView(
RotationType
type) OVERRIDE;
pepper_webplugin_impl.cc
296
void PepperWebPluginImpl::rotateView(
RotationType
type) {
pepper_plugin_instance_impl.h
252
void RotateView(blink::WebPlugin::
RotationType
type);
[
all
...]
pepper_plugin_instance_impl.cc
[
all
...]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h
204
template<typename
RotationType
>
205
inline Transform& rotate(const
RotationType
& rotation);
207
template<typename
RotationType
>
208
inline Transform& prerotate(const
RotationType
& rotation);
457
* The template parameter \a
RotationType
is the type of the rotation which
469
* \sa rotate(Scalar), class Quaternion, class AngleAxis, prerotate(
RotationType
)
472
template<typename
RotationType
>
474
Transform<Scalar,Dim>::rotate(const
RotationType
& rotation)
488
template<typename
RotationType
>
490
Transform<Scalar,Dim>::prerotate(const
RotationType
& rotation
[
all
...]
/external/eigen/Eigen/src/Eigen2Support/
SVD.h
75
template<typename
RotationType
, typename ScalingType>
76
void computeRotationScaling(
RotationType
*unitary, ScalingType *positive) const;
77
template<typename ScalingType, typename
RotationType
>
78
void computeScalingRotation(ScalingType *positive,
RotationType
*unitary) const;
583
template<typename
RotationType
, typename ScalingType>
584
void SVD<MatrixType>::computeRotationScaling(
RotationType
*rotation, ScalingType *scaling) const
609
template<typename ScalingType, typename
RotationType
>
610
void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling,
RotationType
*rotation) const
/external/eigen/Eigen/src/Geometry/
Transform.h
518
template<typename
RotationType
>
519
inline Transform& rotate(const
RotationType
& rotation);
521
template<typename
RotationType
>
522
inline Transform& prerotate(const
RotationType
& rotation);
[
all
...]
Completed in 376 milliseconds