Home
last modified time | relevance | path

Searched defs:halfWidth (Results 1 – 25 of 30) sorted by relevance

12

/external/zxing/core/src/main/java/com/google/zxing/multi/
DByQuadrantReader.java59 int halfWidth = width / 2; in decode() local
71 makeAbsolute(result.getResultPoints(), halfWidth, 0); in decode() local
87 makeAbsolute(result.getResultPoints(), halfWidth, halfHeight); in decode() local
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DDisplayLeakConnectorView.kt153 val halfWidth = width / 2f in drawStartLine() constant
162 val halfWidth = width / 2f in drawGcRoot() constant
186 val halfWidth = width / 2f in drawArrowHead() constant
/external/replicaisland/src/com/replica/replicaisland/
DSimpleCollisionComponent.java62 final float halfWidth = parentObject.width / 2.0f; in update() local
DGameRenderer.java214 final float halfWidth = mHalfWidth; in onDrawFrame() local
DInputGameInterface.java99 final float halfWidth = ButtonConstants.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f; in update() local
/external/skia/src/effects/
DSkDashPathEffect.cpp307 SkScalar halfWidth, halfHeight; in onAsPoints() local
358 SkScalar halfWidth, halfHeight; in onAsPoints() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DEllipseContent.java86 float halfWidth = size.x / 2f; in getPath() local
DRectangleContent.java100 float halfWidth = size.x / 2f; in getPath() local
/external/zxing/core/src/main/java/com/google/zxing/common/detector/
DMonochromeRectangleDetector.java56 int halfWidth = width / 2; in detect() local
/external/skia/src/gpu/graphite/
DDrawParams.h45 float halfWidth() const { return fHalfWidth; } in halfWidth() function
/external/skia/src/gpu/graphite/render/
DCircularArcRenderStep.cpp226 float halfWidth = 0; in writeVertices() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp333 const float halfWidth = (float)WIDTH / 2; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp443 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
702 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local
844 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local
2283 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
2932 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
4003 const auto halfWidth = width / 2u; in getQuadrantColors() local
5351 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
DvktMeshShaderBuiltinTests.cpp477 const auto halfWidth = width / 2; in verifyResults() local
931 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
DvktMeshShaderBuiltinTestsEXT.cpp615 const auto halfWidth = width / 2; in verifyResults() local
1103 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
DvktMeshShaderMiscTests.cpp437 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
680 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local
821 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local
2048 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp1104 SkScalar halfWidth = 0; in CircleOp() local
1362 SkScalar halfWidth = 0.5f * bounds.width(); in onPrepareDraws() local
1597 SkScalar halfWidth = 0; in ButtCapDashedCircleOp() local
1746 SkScalar halfWidth = 0.5f * bounds.width(); in onPrepareDraws() local
2586 SkScalar halfWidth = 0; in CircularRRectOp() local
DShadowRRectOp.cpp333 SkScalar halfWidth = 0.5f * bounds.width(); in fillInCircleVerts() local
/external/freetype/src/psaux/
Dpshints.c700 CF2_Fixed halfWidth = in cf2_hintmap_insertHint() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateMiscTests.cpp281 const int halfWidth = fbExtent.x() / 2; in sampleShadingWithDynamicSampleCount() local
DvktPipelineBindVertexBuffers2Tests.cpp1054 uint32_t halfWidth = m_params.width / 2; in iterate() local
/external/skia/tests/
DRoundRectTest.cpp1229 SkScalar halfWidth = SkScalarHalf(dst.width()); in test_issue_2696() local
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1016 const float halfWidth = lineWidth / float(RENDER_SIZE); in testWideLines() local
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.cpp1668 const SkScalar halfWidth = 0.5f * stroke.getWidth(); in drawStrokedLine() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1883 const uint32_t halfWidth = colorImageSize.width / 2u; in FragmentDensityMapTestInstance() local

12