| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | progress_modifier.cpp | 51 auto colorValue = colors[index + MIN_COLOR_STOPS_VALUE_INDEX]; in SetGradientColors() local
|
| H A D | render_node_modifier.cpp | 193 void SetRenderNodeBackgroundColor(ArkUINodeHandle node, uint32_t colorValue) in SetRenderNodeBackgroundColor() argument
|
| H A D | node_swiper_modifier.cpp | 212 auto colorValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_COLOR); in GetDotIndicatorInfo() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/ |
| H A D | color_picker_napi.cpp | 861 napi_value colorValue = i >= colors.size() ? nullptr : BuildJsColor(env, colors[i]); in GetTopProportionColors() local
|
| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_session_impl_test.cpp | 1750 uint32_t colorValue; in HWTEST_F() local
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgProgramExecutor.cpp | 342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); in execute() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_text.cpp | 627 JSRef<JSVal> colorValue = obj->GetProperty("color"); in SetDecoration() local
|
| H A D | js_search.cpp | 1192 JSRef<JSVal> colorValue = obj->GetProperty("color"); in SetDecoration() local
|
| H A D | js_textfield.cpp | 1656 JSRef<JSVal> colorValue = obj->GetProperty("color"); in SetDecoration() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_canvas_ffi.cpp | 164 void FfiOHOSAceFrameworkRenderingContextSetFillStyle(int64_t contextId, uint32_t colorValue) in FfiOHOSAceFrameworkRenderingContextSetFillStyle() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_render_node_bridge.cpp | 346 uint32_t colorValue = 0; in SetShadowColor() local 463 uint32_t colorValue = 0; in SetBackgroundColor() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
| H A D | rs_node_test.cpp | 2659 constexpr uint32_t colorValue = 0x034123; in HWTEST_F() local 2672 constexpr uint32_t colorValue = 0x45ba87; in HWTEST_F() local 2685 constexpr uint32_t colorValue = 0x32aadd; in HWTEST_F() local 2698 constexpr uint32_t colorValue in HWTEST_F() local 2711 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3618 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3631 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3644 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3657 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3670 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3683 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3696 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3709 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3722 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3735 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3748 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3761 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 5246 uint32_t colorValue = 1; // for test HWTEST_F() local 6784 uint32_t colorValue = 1; // for test HWTEST_F() local [all...] |
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_manager_service.cpp | 621 uint32_t colorValue; in ConfigAppWindowShadow() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineRenderToImageTests.cpp | 764 std::ostringstream colorValue; in initPrograms() local
|
| H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 906 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local
|
| H A D | vktPipelineDynamicOffsetTests.cpp | 2009 float colorValue = (float)(y / segmentSize * instanceSize + x / segmentSize + 1u) * colorIncrement; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingCaptureReplayTests.cpp | 851 deUint32 colorValue = 2 * (shaderNdx + 1); in initPrograms() local 859 " hitValue = uvec4(" << colorValue << ",0,0,1);\n" in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktOpaqueTypeIndexingTests.cpp | 566 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | ANGLETest.cpp | 53 GLubyte ColorDenorm(float colorValue) in ColorDenorm() argument 234 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineRenderToImageTests.cpp | 758 std::ostringstream colorValue; in initPrograms() local
|
| H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 790 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local
|
| H A D | vktPipelineDynamicOffsetTests.cpp | 2016 float colorValue = (float)(y / segmentSize * instanceSize + x / segmentSize + 1u) * colorIncrement; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingCaptureReplayTests.cpp | 851 deUint32 colorValue = 2 * (shaderNdx + 1); in initPrograms() local 859 " hitValue = uvec4(" << colorValue << ",0,0,1);\n" in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktOpaqueTypeIndexingTests.cpp | 568 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage() argument
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
| H A D | napi_accessibility_utils.cpp | 1661 auto colorValue = stoul(colorStr, nullptr, COLOR_STRING_BASE); in ColorRegexMatch() local
|