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

1 2 3

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Transform.java 18 public interface Transform<S,D> {
20 * Transform the input in some way, to be determined by the subclass.
25 public D transform(S source); method in interface:Transform
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix)
41 rect.Transform(&m_Matrix);
fpdf_page_image.cpp 35 void CPDF_ImageObject::Transform(const CFX_AffineMatrix& matrix)
fpdf_page_graph_state.cpp 206 void CPDF_ClipPath::Transform(const CPDF_Matrix& matrix)
211 pData->m_pPathList[i].Transform(&matrix);
215 pData->m_pTextList[i]->Transform(matrix);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
  /external/fonttools/Lib/fontTools/pens/
transformPen.py 18 be a six-tuple, or a fontTools.misc.transform.Transform object.
21 from fontTools.misc.transform import Transform
22 transformation = Transform(*transformation)
55 transformation = self._transformation.transform(transformation)
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Transform.java 29 public abstract class Transform extends SceneGraphBase {
30 Transform mParent;
31 ArrayList<Transform> mChildren;
36 public Transform() {
37 mChildren = new ArrayList<Transform>();
41 public void appendChild(Transform t) {
61 Transform child = mChildren.get(i);
  /frameworks/native/services/surfaceflinger/
Transform.h 36 class Transform
39 Transform();
40 Transform(const Transform& other);
41 explicit Transform(uint32_t orientation);
42 ~Transform();
62 // query the transform
72 // modify the transform
78 // transform data
80 vec2 transform(int x, int y) const
    [all...]
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 vec2 Transform::transform(const vec2& v) const { function in class:android::Transform
184 vec3 Transform::transform(const vec3& v) const { function in class:android::Transform
193 vec2 Transform::transform(int x, int y) const function in class:android::Transform
203 Rect Transform::transform(const Rect& bounds) const function in class:android::Transform
224 Region Transform::transform(const Region& reg) const function in class:android::Transform
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
All.h 15 #include "Transform.h"
37 #define Transform eigen2_Transform
68 #include "Transform.h"
92 #undef Transform
Transform.h 27 * \class Transform
43 class Transform
79 inline Transform() { }
81 inline Transform(const Transform& other)
86 inline explicit Transform(const TranslationType& t) { *this = t; }
87 inline explicit Transform(const ScalingType& s) { *this = s; }
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; }
91 inline Transform& operator=(const Transform& other
    [all...]
  /external/fonttools/Lib/fontTools/misc/
transform.py 3 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):
71 """2x2 transformation matrix plus offset, a.k.a. Affine transform.
72 Transform instances are immutable: all transforming methods, eg
181 def transform(self, other): member in class:Transform
    [all...]
  /external/ppp/pppd/
md5.c 51 static void Transform (UINT4 *buf, UINT4 *in);
144 /* transform if necessary */
151 Transform (mdContext->buf, in);
180 /* append length in bits and transform */
186 Transform (mdContext->buf, in);
203 static void Transform (buf, in)
  /external/skia/src/gpu/gl/
GrGLPrimitiveProcessor.h 115 struct Transform {
116 Transform() : fType(kVoid_GrSLType) { fCurrentValue = SkMatrix::InvalidMatrix(); }
122 SkSTArray<8, SkSTArray<2, Transform, true> > fInstalledTransforms;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 28 Transform
58 static void Transform(i32 *data);
72 from the neighbour pixels, applies integer transform (the same
73 transform used in the residual processing) and uses the results as
74 pixel values for concealed macroblocks. Transform produces 4x4
441 Transform(firstPhase);
551 Transform(firstPhase);
579 Function name: Transform
582 Simplified transform, assuming that only dc component and lowest
587 void Transform(i32 *data
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Transform.java 45 public final class Transform implements Savable, Cloneable, java.io.Serializable {
49 public static final Transform IDENTITY = new Transform();
55 public Transform(Vector3f translation, Quaternion rot){
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){
65 public Transform(Vector3f translation){
69 public Transform(Quaternion rot){
73 public Transform(){
82 public Transform setRotation(Quaternion rot) {
92 public Transform setTranslation(Vector3f trans)
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 31 // + Transform (pattern transformation)
36 // + Transform (pattern transformation)
40 // + Transform (pattern transformation)
42 // Note that source and exactly one of [Target, Transform] must be provided
140 const std::string Transform;
143 : RewriteDescriptor(DT), Pattern(P), Transform(T) { }
162 std::string Name = Regex(Pattern).sub(Transform, C.getName(), &Error);
312 std::string Transform;
344 } else if (KeyValue.equals("transform")) {
345 Transform = Value->getValue(ValueStorage)
    [all...]
  /external/pdfium/core/src/fxge/dib/
dib_int.h 23 inline void Transform(int x, int y, int& x1, int& y1)
fx_dib_transform.cpp 41 inline void Transform(int x, int y, int& x1, int& y1, int&res_x, int&res_y)
252 clip_rect_f.Transform(&m_dest2stretch);
390 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y);
419 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y);
441 result2stretch_fix.Transform(col, row, src_col, src_row);
463 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y);
492 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y);
514 result2stretch_fix.Transform(col, row, src_col, src_row);
555 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y);
591 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y)
    [all...]
  /frameworks/base/libs/hwui/
Glop.h 55 * Enumerates transform features
65 // Canvas transform isn't applied to the mesh at draw time,
137 struct Transform {
142 // modelView transform, accounting for delta between mesh transform and content of the mesh
146 // Canvas transform of Glop - not necessarily applied to geometry (see flags)
154 } transform; member in struct:android::uirenderer::Glop
  /packages/apps/Camera2/jni/
jpegutil.cpp 48 jpegutil::Transform::Transform(int orig_x, int orig_y, int one_x, int one_y)
94 jpegutil::Transform jpegutil::Transform::ForCropFollowedByRotation(
96 // The input crop-region excludes cropRight and cropBottom, so transform the
108 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1);
110 return Transform(cropXHigh, cropYLow, cropXLow - 1, cropYHigh + 1);
112 return Transform(cropXHigh, cropYHigh, cropXLow - 1, cropYLow - 1);
114 return Transform(cropXLow, cropYHigh, cropXHigh + 1, cropYLow - 1);
117 return Transform(cropXLow, cropYLow, cropXHigh + 1, cropYHigh + 1)
    [all...]
jpegutil.h 31 class Transform;
47 class Transform {
49 Transform(int orig_x, int orig_y, int one_x, int one_y);
51 static Transform ForCropFollowedByRotation(int cropLeft, int cropTop,
59 bool operator==(const Transform& other) const;
109 * transform.
112 * @param transform the transformation to map output values into the
115 * longer than the width of the output (after applying the transform), then
118 inline RowIterator(Plane plane, Transform transform, int row_length)
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Transform.java 26 public class Transform {
30 private static final String LOGTAG = "Transform";
36 public void clone(Transform src) {
163 Transform t = new Transform();
  /external/eigen/Eigen/src/Geometry/
Transform.h 19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
71 * \class Transform
88 * this class you have to think a Transform object as its internal
103 * However, unlike a plain matrix, the Transform class provides many features
105 * with any other transformations (Transform,Translation,RotationBase,Matrix)
106 * and can be directly used to transform implicit homogeneous vectors. All these
111 * according to the nature of each terms. Likewise, when applying the transform
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 156 union Transform {
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
201 } transform; member in struct:SkOTTableGlyphData::Composite::Component

Completed in 1007 milliseconds

1 2 3