/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactShape.h | 543 btVector3 m_scale; variable 560 m_scale = btVector3(1.f,1.f,1.f); in TrimeshPrimitiveManager() 576 m_scale = manager.m_scale; in TrimeshPrimitiveManager() 592 m_scale = m_meshInterface->getScaling(); in TrimeshPrimitiveManager() 671 vertex[0] = btScalar(dvertices[0]*m_scale[0]); in get_vertex() 672 vertex[1] = btScalar(dvertices[1]*m_scale[1]); in get_vertex() 673 vertex[2] = btScalar(dvertices[2]*m_scale[2]); in get_vertex() 678 vertex[0] = svertices[0]*m_scale[0]; in get_vertex() 679 vertex[1] = svertices[1]*m_scale[1]; in get_vertex() 680 vertex[2] = svertices[2]*m_scale[2]; in get_vertex() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemAttribute.java | 141 final double n_scaled = (double) n / m_scale; in format() 169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion; in passes() 202 m_scale = scale; in FractionAttribute() 222 private final int m_scale; field in IItemAttribute.Factory.FractionAttribute
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 52 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage() 62 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage() 77 computePixelScaleBias(m_access, m_scale, m_bias); in LogImage() 91 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f); in LogImage() 100 , m_scale (scale) in LogImage() 126 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression); in write() 133 …log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(… in write() 134 …log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.sw… in write()
|
D | tcuTestLog.hpp | 267 Vec4 m_scale; member in tcu::LogImage
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | aftypes.h | 496 m_scale, \ argument 509 m_scale, \ 574 m_scale, \ argument 586 ac->style_metrics_scale = m_scale; \
|
/external/freetype/src/autofit/ |
D | aftypes.h | 500 m_scale, \ argument 513 m_scale, \ 576 m_scale, \ argument 588 ac->style_metrics_scale = m_scale; \
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyData.h | 117 btMatrix3x3FloatData m_scale; // Scale member
|
D | btSoftBody.cpp | 3476 m_pose.m_scl.serializeFloat(memPtr->m_scale); in serialize()
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 275 Scalar m_scale; 276 adds(const Scalar& s) : m_scale(s) {} 278 dst.const_cast_derived() += m_scale * src;
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 3628 …32 seed, BlitScale scale, vk::VkImageLayout imageLayout) : m_seed(seed), m_scale(scale), m_imageLa… in ImageBlitFromImage() 3640 const BlitScale m_scale; member in vkt::memory::__anone9617f060111::ImageBlitFromImage 3670 if (m_scale == BLIT_SCALE_10) in prepare() 3675 else if (m_scale == BLIT_SCALE_20) in prepare() 3808 …ge << commandIndex << ":" << getName() << " Blit from another image" << (m_scale == BLIT_SCALE_20 … in logSubmit() 3862 if (m_scale == BLIT_SCALE_10) in verify() 3875 else if (m_scale == BLIT_SCALE_20) in verify() 3904 …ImageBlitToImage (BlitScale scale, vk::VkImageLayout imageLayout) : m_scale(scale), m_imageLayout(… in ImageBlitToImage() 3915 const BlitScale m_scale; member in vkt::memory::__anone9617f060111::ImageBlitToImage 3945 if (m_scale == BLIT_SCALE_10) in prepare() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/ |
D | bullet.h | 1255 btMatrix3x3FloatData m_scale; variable
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 344 m_scale = scale; in OperatorShaderEvaluator() 355 ctx.color = ctx.color * m_scale + m_bias; in evaluate() 360 float m_scale; member in deqp::gles2::Functional::OperatorShaderEvaluator
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 574 , m_scale (scale) in OperatorShaderEvaluator() 594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType); in evaluate() 608 FloatScalar m_scale; member in deqp::gles3::Functional::OperatorShaderEvaluator
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 15900 if (arg1) (arg1)->m_scale = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyPoseData_1scale_1set() 15913 result = ((arg1)->m_scale); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyPoseData_1scale_1get()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 50910 if (arg1) (arg1)->m_scale = *arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShapePart_1TrimeshPrimitiveManager_1scale_1set() 50923 result = (btVector3 *)& ((arg1)->m_scale); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShapePart_1TrimeshPrimitiveManager_1scale_1get()
|