Searched defs:Transform (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/ppapi/c/private/
H A Dppp_pdf.h29 void (*Transform)(PP_Instance instance, PP_PrivatePageTransformType type); member in struct:PPP_Pdf_1
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix) function in class:CPDF_PathObject
41 rect.Transform(&m_Matrix);
H A Dfpdf_page_image.cpp35 void CPDF_ImageObject::Transform(const CFX_AffineMatrix& matrix) function in class:CPDF_ImageObject
/external/chromium_org/third_party/webrtc/base/
H A Dstringencode.h122 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef in namespace:rtc
125 Transform t);
128 std::string s_transform(const std::string& source, Transform t);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_image_process.cc31 virtual int Transform(int size, function in class:MyEffectFilter
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_external_render_filter.h27 virtual int Transform(int size, function in class:webrtc::ExternalRendererEffectFilter
/external/chromium_org/ui/gfx/
H A Dtransform.h24 // 4x4 transformation matrix. Transform is cheap and explicitly allows
26 class GFX_EXPORT Transform { class in namespace:gfx
33 Transform() : matrix_(SkMatrix44::kIdentity_Constructor) {} function in class:gfx::Transform
37 Transform(SkipInitialization) function in class:gfx::Transform
39 Transform(const Transform& rhs) : matrix_(rhs.matrix_) {} function in class:gfx::Transform
41 Transform(const Transform& lhs, const Transform& rhs) function in class:gfx::Transform
45 Transform(SkMScala
[all...]
/external/chromium_org/courgette/
H A Dpatcher_x86_32.h45 Status Transform(SourceStreamSet* corrected_parameters, function in class:courgette::PatcherX86_32
H A Dpatch_generator_x86_32.h55 Status Transform(SourceStreamSet* corrected_parameters, function in class:courgette::PatchGeneratorX86_32
/external/chromium_org/ppapi/proxy/
H A Dppp_pdf_proxy.cc22 void Transform(PP_Instance instance, PP_PrivatePageTransformType type) { function in namespace:ppapi::proxy::__anon10141
30 &Transform,
73 CallWhileUnlocked(ppp_pdf_->Transform, instance, type);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotationBase.h45 inline Transform<Scalar,Dim> operator*(const Translation<Scalar,Dim>& t) const
53 inline Transform<Scalar,Dim> operator*(const Transform<Scalar,Dim>& t) const argument
98 * Currently ei_toRotationMatrix is only used by Transform.
100 * \sa class Transform, class Rotation2D, class Quaternion, class AngleAxis
H A DAll.h15 #include "Transform.h"
37 #define Transform eigen2_Transform macro
68 #include "Transform.h"
92 #undef Transform macro
/external/fonttools/Lib/fontTools/pens/
H A DtransformPen.py18 be a six-tuple, or a fontTools.misc.transform.Transform object.
21 from fontTools.misc.transform import Transform namespace
22 transformation = Transform(*transformation)
/external/fonttools/Tools/fontTools/pens/
H A DtransformPen.py18 be a six-tuple, or a fontTools.misc.transform.Transform object.
21 from fontTools.misc.transform import Transform namespace
22 transformation = Transform(*transformation)
/external/chromium_org/cc/animation/
H A Danimation_curve.h29 enum CurveType { Color, Float, Transform, Filter, ScrollOffset }; enumerator in enum:cc::AnimationCurve::CurveType
70 virtual gfx::Transform GetValue(double t) const = 0;
/external/chromium_org/chromeos/login/auth/
H A Dkey.cc71 void Key::Transform(KeyType target_key_type, const std::string& salt) { function in class:chromeos::Key
/external/eigen/Eigen/src/Geometry/
H A DScaling.h26 * but rather to make easier the constructions and updates of Transform objects.
30 * \sa Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
63 inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const argument
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
153 inline Transform<Scalar,Dim,Affine>
156 Transform<Scalar,Dim,Affine> res;
H A DRotationBase.h48 * This function is added to be conform with the Transform class' naming scheme.
56 inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
80 friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const Derived& r)
82 Transform<Scalar,Dim,Affine> res(r);
89 inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const argument
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
177 * Currently toRotationMatrix is only used by Transform.
179 * \sa class Transform, clas
[all...]
H A DTranslation.h25 * but rather to make easier the constructions and updates of Transform objects.
27 * \sa class Scaling, class Transform
43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
125 inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Options>& t) const argument
127 Transform<Scalar,Dim,Mode> res = t;
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h21 struct Transform { struct in struct:ppapi::CompositorLayerData
22 Transform() { function in struct:ppapi::CompositorLayerData::Transform
55 Transform transform;
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtransform.h57 } Transform; typedef in typeref:struct:__anon11695
59 static const Transform kTransforms[] = {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.h114 struct Transform { struct in class:GrGLVertexProgramEffects
115 Transform() { fCurrentValue = SkMatrix::InvalidMatrix(); } function in struct:GrGLVertexProgramEffects::Transform
131 SkSTArray<2, Transform, true>& addTransforms() { return fTransforms.push_back(); }
148 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
/external/eigen/bench/
H A Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) argument
100 Transform<Scalar,3,Isometry> iso3(mat34);
101 Transform<Scalar,3,Affine> aff3(mat34);
102 Transform<Scalar,3,AffineCompact> caff3(mat34);
103 Transform<Scalar,3,Projective> proj3(mat34);
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py3 The Transform class implements various transformation matrix operations,
6 Transform instances are effectively immutable: all methods that operate on the
8 interesting side effect that Transform instances are hashable, ie. they can be
13 Transform -- this is the main class
14 Identity -- Transform instance set to the identity transformation
20 >>> t = Transform(2, 0, 0, 3, 0, 0)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
69 class Transform(object): class in inherits:object
72 Transform instances are immutable: all transforming methods, eg.
73 rotate(), return a new Transform instanc
[all...]
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py3 The Transform class implements various transformation matrix operations,
6 Transform instances are effectively immutable: all methods that operate on the
8 interesting side effect that Transform instances are hashable, ie. they can be
13 Transform -- this is the main class
14 Identity -- Transform instance set to the identity transformation
20 >>> t = Transform(2, 0, 0, 3, 0, 0)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
69 class Transform(object): class in inherits:object
72 Transform instances are immutable: all transforming methods, eg.
73 rotate(), return a new Transform instanc
[all...]

Completed in 8730 milliseconds

123