HomeSort by relevance Sort by last modified time
    Searched full:setworldtransform (Results 1 - 14 of 14) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.h 51 virtual void setWorldTransform(const btTransform& worldTrans);
jmeMotionState.cpp 50 void jmeMotionState::setWorldTransform(const btTransform& worldTrans) {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 83 public synchronized void setWorldTransform(Transform worldTrans) {
184 // public synchronized void setWorldTransform(Vector3f location, Quaternion rotation) {
202 // rBody.setWorldTransform(motionStateTrans);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 110 gObject.setWorldTransform(tempTrans);
120 gObject.setWorldTransform(tempTrans);
130 gObject.setWorldTransform(tempTrans);
PhysicsRigidBody.java 156 motionState.setWorldTransform(tempTrans);
167 motionState.setWorldTransform(tempTrans);
178 motionState.setWorldTransform(tempTrans);
  /external/chromium_org/printing/
emf_win.cc 441 res = 0 != SetWorldTransform(hdc, base_matrix) &&
444 res = 0 != SetWorldTransform(hdc, xform);
457 res = 0 != SetWorldTransform(hdc, base_matrix);
468 res = 0 != SetWorldTransform(hdc, base_matrix) &&
471 res = 0 != SetWorldTransform(hdc, xform);
639 ::SetWorldTransform(hdc, &xform);
660 ::SetWorldTransform(bitmap.context(), &xform);
emf_win.h 151 // SetWorldTransform and ModifyWorldTransform. See implementation for details.
printing_context_win_unittest.cc 159 EXPECT_TRUE(SetWorldTransform(context->context(), &random_matrix));
  /external/chromium_org/skia/ext/
platform_device_win.cc 139 SetWorldTransform(dc, &xf);
  /external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc 217 SetWorldTransform(printer_dc_.Get(), &xform);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java     [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 525 SetWorldTransform(fDC, &xform);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 525 SetWorldTransform(fDC, &xform);
    [all...]

Completed in 254 milliseconds