| /third_party/skia/src/effects/ |
| D | SkDashPathEffect.cpp | 290 SkScalar halfWidth, halfHeight; in onAsPoints() local 341 SkScalar halfWidth, halfHeight; in onAsPoints() local
|
| /third_party/skia/experimental/graphite/src/ |
| D | DrawList.h | 80 float halfWidth() const { return fHalfWidth; } in halfWidth() function
|
| /third_party/skia/src/gpu/effects/ |
| D | GrGaussianConvolutionFragmentProcessor.cpp | 146 int halfWidth, in Make()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateMiscTests.cpp | 289 const int halfWidth = fbExtent.x() / 2; in sampleShadingWithDynamicSampleCount() local
|
| D | vktPipelineBindVertexBuffers2Tests.cpp | 1007 deUint32 halfWidth = m_params.width / 2; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| D | vktDynamicStateVPTests.cpp | 321 const float halfWidth = (float)WIDTH / 2; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateVPTests.cpp | 323 const float halfWidth = (float)WIDTH / 2; in iterate() local
|
| /third_party/skia/modules/skparagraph/src/ |
| D | Run.cpp | 350 float halfWidth = widths[i + pos] * 0.5f; in scaleFontWithCompressionConfig() local
|
| /third_party/skia/src/gpu/ops/ |
| D | GrOvalOpFactory.cpp | 1081 SkScalar halfWidth = 0; in CircleOp() local 1338 SkScalar halfWidth = 0.5f * bounds.width(); in onPrepareDraws() local 1573 SkScalar halfWidth = 0; in ButtCapDashedCircleOp() local 1722 SkScalar halfWidth = 0.5f * bounds.width(); in onPrepareDraws() local 2562 SkScalar halfWidth = 0; in CircularRRectOp() local
|
| D | ShadowRRectOp.cpp | 282 SkScalar halfWidth = 0.5f * bounds.width(); in fillInCircleVerts() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderMiscTestsEXT.cpp | 430 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 695 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 839 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 2292 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 3271 const auto halfWidth = width / 2u; in getQuadrantColors() local 4624 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
|
| D | vktMeshShaderBuiltinTests.cpp | 462 const auto halfWidth = width / 2; in verifyResults() local 919 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
|
| D | vktMeshShaderBuiltinTestsEXT.cpp | 574 const auto halfWidth = width / 2; in verifyResults() local 1062 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
|
| D | vktMeshShaderMiscTests.cpp | 425 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 673 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 816 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 2071 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| D | vktMeshShaderMiscTestsEXT.cpp | 430 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 677 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 2274 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 3253 const auto halfWidth = width / 2u; in getQuadrantColors() local 4621 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
|
| D | vktMeshShaderBuiltinTests.cpp | 462 const auto halfWidth = width / 2; in verifyResults() local 919 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
|
| D | vktMeshShaderBuiltinTestsEXT.cpp | 574 const auto halfWidth = width / 2; in verifyResults() local 1062 const auto halfWidth = static_cast<float>(extent.width) / 2.0f; in createInstance() local
|
| D | vktMeshShaderMiscTests.cpp | 425 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local 673 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 816 const auto halfWidth = static_cast<int>(m_params->width / 2u); in generateReferenceLevel() local 2071 const auto halfWidth = iWidth / 2; in generateReferenceLevel() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | pshints.c | 698 CF2_Fixed halfWidth = in cf2_hintmap_insertHint() local
|
| /third_party/skia/tests/ |
| D | RoundRectTest.cpp | 945 SkScalar halfWidth = SkScalarHalf(dst.width()); in test_issue_2696() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
| D | vktClippingTests.cpp | 971 const float halfWidth = lineWidth / float(RENDER_SIZE); in testWideLines() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
| D | vktClippingTests.cpp | 971 const float halfWidth = lineWidth / float(RENDER_SIZE); in testWideLines() local
|
| /third_party/skia/src/gpu/v1/ |
| D | SurfaceDrawContext.cpp | 1688 const SkScalar halfWidth = 0.5f * stroke.getWidth(); in drawStrokedLine() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassFragmentDensityMapTests.cpp | 1922 const deUint32 halfWidth = colorImageSize.width / 2u; in FragmentDensityMapTestInstance() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSwapchainTests.cpp | 2105 const deUint32 halfWidth = desiredSize.x() / 2; in deviceGroupRenderTest2() local
|