Home
last modified time | relevance | path

Searched refs:tmpM (Results 1 – 11 of 11) sorted by relevance

/external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
DBullet.java84 private final static Matrix4 tmpM = new Matrix4(); field in Bullet
114 tmpM.set(part.transform); in getShapeParts()
115 part.transform.set(transform).mul(tmpM); in getShapeParts()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DRayPickRagdollTest.java166 final Matrix4 tmpM = new Matrix4(); in addRagdoll() local
175 tmpM.setFromEulerAnglesRad(PI2, 0, 0).trn(x - 0.35f, y + 1.45f, z)).body; in addRagdoll()
176 …btRigidBody leftlowerarm = (btRigidBody)world.add("lowerarm", tmpM.setFromEulerAnglesRad(PI2, 0, 0) in addRagdoll()
179 tmpM.setFromEulerAnglesRad(-PI2, 0, 0).trn(x + 0.35f, y + 1.45f, z)).body; in addRagdoll()
181 tmpM.setFromEulerAnglesRad(-PI2, 0, 0).trn(x + 0.7f, y + 1.45f, z)).body; in addRagdoll()
DBulletEntity.java31 private final static Matrix4 tmpM = new Matrix4(); field in BulletEntity
47 this(model, body, tmpM.setToTranslation(x, y, z)); in BulletEntity()
DFrustumCullingTest.java71 final static Matrix4 tmpM = new Matrix4(); field in FrustumCullingTest
88 shape.addChildShape(tmpM.setToTranslation(center), hullShape); in createFrustumObject()
DSoftBodyTest.java56 Matrix4 tmpM = new Matrix4(); field in SoftBodyTest
/external/skia/src/core/
DSkComposeShader.cpp84 SkMatrix tmpM; in onCreateContext() local
85 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
94 newRec.fMatrix = &tmpM; in onCreateContext()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3889 uint8_t tmpM = 0; in FX_DateFromCanonical() local
3894 tmpM = tmpM * 10 + str[cc++] - '0'; in FX_DateFromCanonical()
3896 month = tmpM; in FX_DateFromCanonical()
3897 if (cc == cc_start + 1 || tmpM > 12 || tmpM < 1) { in FX_DateFromCanonical()
3916 if ((tmpM == 1 || tmpM == 3 || tmpM == 5 || tmpM == 7 || tmpM == 8 || in FX_DateFromCanonical()
3917 tmpM == 10 || tmpM == 12) && in FX_DateFromCanonical()
3921 if ((tmpM == 4 || tmpM == 6 || tmpM == 9 || tmpM == 11) && tmpD > 30) { in FX_DateFromCanonical()
3930 if ((iLeapYear && tmpM == 2 && tmpD > 29) || in FX_DateFromCanonical()
3931 (!iLeapYear && tmpM == 2 && tmpD > 28)) { in FX_DateFromCanonical()
/external/skia/src/gpu/
DSkGpuDevice.cpp1036 SkMatrix tmpM; in drawTiledBitmap() local
1037 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop); in drawTiledBitmap()
1038 viewM.preConcat(tmpM); in drawTiledBitmap()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DDefaultShader.java190 private final Matrix3 tmpM = new Matrix3();
194 shader.set(inputID, tmpM.set(renderable.worldTransform).inv().transpose());
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1811 int32_t tmpH, tmpM, tmpS; in parseOffsetFields() local
1819 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); in parseOffsetFields()
1831 offsetM = tmpM; in parseOffsetFields()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c10417 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
10421 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction()
10422 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction()
10500 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
10505 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction()
10506 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction()