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

  /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);
  /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);
  /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;
  /frameworks/native/services/surfaceflinger/
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...]
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...]
  /external/ppp/pppd/
md5.c 51 static void Transform ();
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)
  /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/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 257 milliseconds