Home
last modified time | relevance | path

Searched defs:halfHeight (Results 1 – 13 of 13) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DSimpleCollisionComponent.java63 final float halfHeight = parentObject.height / 2.0f; in update() local
DGameRenderer.java215 final float halfHeight = mHalfHeight; in onDrawFrame() local
/external/skia/src/effects/
DSkDashPathEffect.cpp305 SkScalar halfWidth, halfHeight; in onAsPoints() local
356 SkScalar halfWidth, halfHeight; in onAsPoints() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DEllipseContent.java87 float halfHeight = size.y / 2f; in getPath() local
DRectangleContent.java101 float halfHeight = size.y / 2f; in getPath() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp322 const float halfHeight = (float)HEIGHT / 2; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp463 const auto halfHeight = height / 2; in verifyResults() local
920 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in createInstance() local
2009 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in initPrograms() local
DvktMeshShaderMiscTestsEXT.cpp431 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
678 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
747 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
822 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
2275 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
3254 const auto halfHeight = height / 2u; in getQuadrantColors() local
4622 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
DvktMeshShaderBuiltinTestsEXT.cpp575 const auto halfHeight = height / 2; in verifyResults() local
1063 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in createInstance() local
2307 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in initPrograms() local
DvktMeshShaderMiscTests.cpp426 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
674 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
742 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
817 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
2072 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
/external/skia/tests/
DRoundRectTest.cpp956 SkScalar halfHeight = SkScalarHalf(dst.height()); in test_issue_2696() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3269 const deUint32 halfHeight = m_parameters.extent.height / 2; in MultiViewReadbackTestInstance() local
/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp1874 int halfHeight = getWindowHeight() / 2; in TEST_P() local