HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 176 - 200 of 388) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java 58 import org.jbox2d.common.Transform;
675 private final Transform xf = new Transform();
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 126 mCurrentState.active.transform.set(0, 0);
409 // a viewport clipping and a window transform. we should use floating point to fix this.
416 activeCrop = s.active.transform.transform(activeCrop);
425 activeCrop = s.active.transform.inverse().transform(activeCrop);
427 // This needs to be here as transform.transform(Rect) computes the
430 // transform.inverse().transform(transform.transform(Rect)) != Rec
667 auto transform = static_cast<HWC2::Transform>(orientation); local
964 uint32_t transform = local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Body.java 135 * body's transform may cause non-physical behavior.
143 * body's transform may cause non-physical behavior.
156 private final Transform transform = new Transform(); field in class:Body
158 /** Get the body transform for the body's origin. */
159 public Transform getTransform () {
160 jniGetTransform(addr, transform.vals);
161 return transform;
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 24 refactor.Transform(functools.partial(_Update, moves), files_to_update)
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 24 * but rather to make easier the constructions and updates of Transform objects.
26 * \sa class Translation, class Transform
44 typedef Transform<Scalar,Dim> TransformType;
Translation.h 24 * but rather to make easier the constructions and updates of Transform objects.
26 * \sa class Scaling, class Transform
44 typedef Transform<Scalar,Dim> TransformType;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NormalizationTransliterator.java 133 // TODO Get rid of this if Normalizer2 becomes a Transform
134 static class NormalizingTransform implements Transform<String,String> {
139 public String transform(String source) { method in class:NormalizationTransliterator.NormalizingTransform
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NormalizationTransliterator.java 132 // TODO Get rid of this if Normalizer2 becomes a Transform
133 static class NormalizingTransform implements Transform<String,String> {
138 public String transform(String source) { method in class:NormalizationTransliterator.NormalizingTransform
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 66 void Transform(const CFX_Matrix& matrix);
  /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/
GrPathProcessor.cpp 100 SkSTArray<2, Transform, true>& transforms = fInstalledTransforms[index];
104 const SkMatrix& transform = GetTransformMatrix(pathProc.localMatrix(), variable
106 if (transforms[t].fCurrentValue.cheapEqualTo(transform)) {
109 transforms[t].fCurrentValue = transform;
114 pdman.setPathFragmentInputTransform(transforms[t].fHandle, components, transform);
  /external/v8/src/interpreter/
bytecode-pipeline.cc 97 void BytecodeNode::Transform(Bytecode new_bytecode, uint32_t extra_operand) {
bytecode-pipeline.h 163 // Transform to a node representing |new_bytecode| which has one
165 void Transform(Bytecode new_bytecode, uint32_t extra_operand);
  /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...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.h 70 HWC2::Error SetLayerTransform(HWC2::Transform transform);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.h 70 HWC2::Error SetLayerTransform(HWC2::Transform transform);
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 264 pPageObj->Transform(matrix);
284 rect.Transform(&matrix);
295 // Transform AP's rectangle
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 102 pObject2Device->Transform(x, y);
122 pObject2Device->Transform(x1, y1);
123 pObject2Device->Transform(x2, y2);
145 rect.Transform(pObject2Device);
169 rect.Transform(pObject2Device);
611 TransformedPath.Transform(&matrix);
fx_ge_device.cpp 140 pObject2Device->Transform(pPoints[0].m_PointX, pPoints[0].m_PointY, x1,
142 pObject2Device->Transform(pPoints[1].m_PointX, pPoints[1].m_PointY, x2,
239 bbox.Transform(pObject2Device);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
GearJoint.java 31 import org.jbox2d.common.Transform;
127 Transform xfA = m_bodyA.m_xf;
129 Transform xfC = m_bodyC.m_xf;
161 Transform xfB = m_bodyB.m_xf;
163 Transform xfD = m_bodyD.m_xf;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 18 import org.jbox2d.common.Transform;
259 public int destroyParticlesInShape(Shape shape, Transform xf, boolean callDestructionListener) {
274 private final Transform tempTransform = new Transform();
275 private final Transform tempTransform2 = new Transform();
282 final Transform identity = tempTransform;
284 Transform transform = tempTransform2; local
285 transform.setIdentity()
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 40 pUser2Device->Transform(x, y);
53 pUser2Device->Transform(pt1.x, pt1.y);
54 pUser2Device->Transform(pt2.x, pt2.y);
73 pUser2Device->Transform(pt1.x, pt1.y);
74 pUser2Device->Transform(pt2.x, pt2.y);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 228 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 )
229 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 )
230 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 )
231 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 )
232 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 )
233 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 )
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 253 template<typename Scalar,int Dim> class Transform;
261 template<typename Scalar,int Dim,int Mode,int _Options=AutoAlign> class Transform;

Completed in 6935 milliseconds

1 2 3 4 5 6 78 91011>>