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

1 2

  /frameworks/base/services/surfaceflinger/tests/transform/
TransformTest.cpp 18 #include "../../Transform.h"
24 Transform tr90(Transform::ROT_90);
25 Transform trFH(Transform::FLIP_H);
26 Transform trFV(Transform::FLIP_V);
28 Transform tr90FH(Transform::ROT_90 | Transform::FLIP_H)
    [all...]
Android.mk 6 ../../Transform.cpp
13 LOCAL_MODULE:= test-transform
  /frameworks/base/services/surfaceflinger/
Transform.cpp 24 #include "Transform.h"
32 Transform::Transform() {
36 Transform::Transform(const Transform& other)
40 Transform::Transform(uint32_t orientation) {
44 Transform::~Transform() {
176 Transform::vec2 Transform::transform(const vec2& v) const { function in class:android::Transform
184 Transform::vec3 Transform::transform(const vec3& v) const { function in class:android::Transform
193 void Transform::transform(float* point, int x, int y) const function in class:android::Transform
207 Rect Transform::transform(const Rect& bounds) const function in class:android::Transform
228 Region Transform::transform(const Region& reg) const function in class:android::Transform
    [all...]
Transform.h 34 class Transform
37 Transform();
38 Transform(const Transform& other);
39 explicit Transform(uint32_t orientation);
40 ~Transform();
60 // query the transform
70 // modify the transform
76 // transform data
78 void transform(float* point, int x, int y) const
    [all...]
Android.mk 17 Transform.cpp \
LayerBase.h 39 #include "Transform.h"
80 Transform transform; member in struct:android::LayerBase::State
160 virtual void validateVisibility(const Transform& globalTransform);
176 virtual void unlockPageFlip(const Transform& planeTransform, Region& outDirtyRegion);
259 Transform mTransform;
Layer.cpp 200 const Transform bufferOrientation(mCurrentTransform);
201 const Transform tr(mTransform * bufferOrientation);
203 // this gives us only the "orientation" component of the transform
207 if (finalTransform & Transform::ROT_INVALID) {
210 hwcl->transform = finalTransform;
413 const uint32_t transform(mSurfaceTexture->getCurrentTransform());
416 (transform != mCurrentTransform) ||
420 mCurrentTransform = transform;
460 if (mCurrentTransform & Transform::ROT_90) {
500 const Transform& planeTransform, Region& outDirtyRegion
    [all...]
Layer.h 36 #include "Transform.h"
69 virtual void unlockPageFlip(const Transform& planeTransform, Region& outDirtyRegion);
SurfaceFlinger.h 108 Transform* tr);
123 const Transform& transform() const;
131 Transform mGlobalTransform;
132 Transform mDisplayTransform;
SurfaceTextureLayer.cpp 91 if (orientation & Transform::ROT_INVALID) {
LayerBase.cpp 96 mCurrentState.transform.set(0, 0);
123 if (mCurrentState.transform.tx() == x && mCurrentState.transform.ty() == y)
126 mCurrentState.transform.set(x, y);
156 mCurrentState.transform.set(
216 const uint8_t type = temp.transform.getType();
217 mNeedsFiltering = (!temp.transform.preserveRects() ||
218 (type >= Transform::SCALE));
226 void LayerBase::validateVisibility(const Transform& planeTransform)
229 const Transform tr(planeTransform * s.transform)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 61 typedef double Transform[6];
180 void setMatrix(const Transform m)
183 memcpy(m_transform, m, sizeof(Transform));
186 Transform m_transform;
  /external/webkit/Source/WebCore/svg/
SVGStyledTransformableElement.h 66 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform)
SVGTextElement.h 61 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform)
SVGStyledTransformableElement.cpp 35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGStyledTransformableElement, SVGNames::transformAttr, Transform, transform)
59 transform().concatenate(matrix);
144 path.transform(animatedLocalTransform());
SVGTextElement.cpp 38 DEFINE_ANIMATED_TRANSFORM_LIST(SVGTextElement, SVGNames::transformAttr, Transform, transform)
91 transform().concatenate(matrix);
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.h 109 // Apply any suitable string transform (including the ones above) to an STL
112 typedef size_t (*Transform)(char * buffer, size_t buflen,
114 size_t transform(std::string& value, size_t maxlen, const std::string& source,
115 Transform t);
117 // Return the result of applying transform t to source.
118 std::string s_transform(const std::string& source, Transform t);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 99 template<typename Typelist, template<typename T> class Transform>
100 struct transform;
323 template<class Typelist_Chain, template<typename T> class Transform>
326 template<template<typename T> class Transform>
327 struct chain_transform_<null_type, Transform>
332 template<class Hd, class Tl, template<typename T> class Transform>
333 struct chain_transform_<chain<Hd, Tl>, Transform>
336 typedef typename chain_transform_<Tl, Transform>::type rest_type;
337 typedef typename Transform<Hd>::type transform_type;
470 template<typename Typelist, template<typename T> class Transform>
471 struct transform struct in namespace:typelist
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 99 template<typename Typelist, template<typename T> class Transform>
100 struct transform;
323 template<class Typelist_Chain, template<typename T> class Transform>
326 template<template<typename T> class Transform>
327 struct chain_transform_<null_type, Transform>
332 template<class Hd, class Tl, template<typename T> class Transform>
333 struct chain_transform_<chain<Hd, Tl>, Transform>
336 typedef typename chain_transform_<Tl, Transform>::type rest_type;
337 typedef typename Transform<Hd>::type transform_type;
470 template<typename Typelist, template<typename T> class Transform>
471 struct transform struct in namespace:typelist
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 99 template<typename Typelist, template<typename T> class Transform>
100 struct transform;
323 template<class Typelist_Chain, template<typename T> class Transform>
326 template<template<typename T> class Transform>
327 struct chain_transform_<null_type, Transform>
332 template<class Hd, class Tl, template<typename T> class Transform>
333 struct chain_transform_<chain<Hd, Tl>, Transform>
336 typedef typename chain_transform_<Tl, Transform>::type rest_type;
337 typedef typename Transform<Hd>::type transform_type;
470 template<typename Typelist, template<typename T> class Transform>
471 struct transform struct in namespace:typelist
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
LayoutViewer.java 34 import org.eclipse.swt.graphics.Transform;
51 private Transform mTransform;
53 private Transform mInverse;
71 mTransform = new Transform(Display.getDefault());
72 mInverse = new Transform(Display.getDefault());
127 mInverse.transform(pt);
TreeViewOverview.java 37 import org.eclipse.swt.graphics.Transform;
52 private Transform mTransform;
54 private Transform mInverse;
86 mTransform = new Transform(Display.getDefault());
87 mInverse = new Transform(Display.getDefault());
140 // Update bounds and transform only on mouse up. That way,
196 mInverse.transform(pt);
PixelPerfectLoupe.java 40 import org.eclipse.swt.graphics.Transform;
62 private Transform mTransform;
87 mTransform = new Transform(Display.getDefault());
TreeView.java 46 import org.eclipse.swt.graphics.Transform;
65 private Transform mTransform;
67 private Transform mInverse;
164 mTransform = new Transform(Display.getDefault());
165 mInverse = new Transform(Display.getDefault());
535 mInverse.transform(pt);
679 // transform.
686 Transform untransformedTransform = new Transform(Display.getDefault());
691 mTransform.transform(pt)
934 Transform transform = new Transform(Display.getDefault()); local
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 113 // Transform each operand.
121 default: llvm_unreachable("Unexpected transform name!");
163 // Transform each operand.
223 PostIncTransform Transform(Kind, Loops, SE, DT);
224 return Transform.TransformSubExpr(S, User, OperandValToReplace);

Completed in 4230 milliseconds

1 2