| /foundation/arkui/ace_engine/test/mock/core/animation/ |
| H A D | mock_animation.cpp | 175 Create( RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) Create() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | graphic_modifier.h | 90 explicit ColorBlend(const Color& color) : colorBlend_(color) {} in ColorBlend() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| H A D | qrcode_model_ng.cpp | 48 void QRCodeModelNG::SetQRCodeColor(const Color& color) in SetQRCodeColor() argument 56 void QRCodeModelNG::SetQRBackgroundColor(const Color& color) in SetQRBackgroundColor() argument 95 void QRCodeModelNG::SetQRCodeColor(FrameNode* frameNode, const Color& color) in SetQRCodeColor() argument 103 void QRCodeModelNG::SetQRBackgroundColor(FrameNode* frameNode, const Color& color) in SetQRBackgroundColor() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_container_span_modifier.cpp | 27 SetContainerSpanTextBackgroundStyle( ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetContainerSpanTextBackgroundStyle() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | divider_composed_element.cpp | 66 auto color = renderDivider ? renderDivider->GetDividerColor() : Color::BLACK; in GetDividerColor() local
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| H A D | ui_label_unit_test.cpp | 136 ColorType color = Color::White(); in HWTEST_F() local
|
| H A D | ui_dialog_unit_test.cpp | 159 ColorType color = Color::Red(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
| H A D | radio_model.h | 39 virtual void SetCheckedBackgroundColor(const Color& color) {} in SetCheckedBackgroundColor() argument 40 virtual void SetUncheckedBorderColor(const Color& color) {} in SetUncheckedBorderColor() argument 41 virtual void SetIndicatorColor(const Color& color) {} in SetIndicatorColor() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
| H A D | 3d_dm_inplace_env_common.h | 46 InplaceEnvironmentBlock( in uint environmentType, in uint cameraIdx, in vec2 uv, in samplerCube cubeMap, in sampler2D texMap, out vec4 color) InplaceEnvironmentBlock() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
| H A D | color_picker_unittest.cpp | 259 ColorManager::Color color;
in HWTEST_F() local 313 ColorManager::Color color; HWTEST_F() local 352 ColorManager::Color color; HWTEST_F() local 393 ColorManager::Color color; HWTEST_F() local 434 ColorManager::Color color; HWTEST_F() local 475 ColorManager::Color color; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcolorfilter_fuzzer/ |
| H A D | ndkcolorfilter_fuzzer.cpp | 47 uint32_t color = GetObject<uint32_t>(); in NativeDrawingColorFilterTest001() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
| H A D | color_test.cpp | 64 auto color = std::make_unique<Color>(); in HWTEST_F() local 86 auto color = std::make_unique<Color>(44, 23, 56, 0); in HWTEST_F() local 120 Color color; in HWTEST_F() local 134 Color color = Color(123, 33, 50, 1); HWTEST_F() local 148 Color color; HWTEST_F() local 162 Color color = Color(50, 1, 123, 33); HWTEST_F() local 176 auto color = std::make_unique<Color>(255, 255, 100, 1); HWTEST_F() local 193 auto color = std::make_unique<Color>(100, 34, 100, 50); HWTEST_F() local 210 auto color = std::make_unique<Color>(210); HWTEST_F() local 223 auto color = std::make_unique<Color>(100); HWTEST_F() local 236 auto color = std::make_unique<Color>(); HWTEST_F() local 252 auto color = std::make_unique<Color>(); HWTEST_F() local 268 auto color = std::make_unique<Color>(); HWTEST_F() local 284 auto color = std::make_unique<Color>(); HWTEST_F() local 300 auto color = std::make_unique<Color>(); HWTEST_F() local 316 auto color = std::make_unique<Color>(); HWTEST_F() local 332 auto color = std::make_unique<Color>(); HWTEST_F() local 348 auto color = std::make_unique<Color>(); HWTEST_F() local 364 auto color = std::make_unique<Color>(); HWTEST_F() local 380 auto color = std::make_unique<Color>(); HWTEST_F() local 396 auto color = std::make_unique<Color>(); HWTEST_F() local 412 auto color = std::make_unique<Color>(); HWTEST_F() local 428 auto color = std::make_unique<Color>(); HWTEST_F() local 444 auto color = std::make_unique<Color>(); HWTEST_F() local 460 auto color = std::make_unique<Color>(); HWTEST_F() local 476 auto color = std::make_unique<Color>(); HWTEST_F() local 492 auto color = std::make_unique<Color>(); HWTEST_F() local 508 auto color = std::make_unique<Color>(); HWTEST_F() local 524 auto color = std::make_unique<Color>(); HWTEST_F() local 540 auto color = std::make_unique<Color>(); HWTEST_F() local 556 auto color = std::make_unique<Color>(); HWTEST_F() local 570 auto color = std::make_unique<Color>(); HWTEST_F() local 584 auto color = std::make_unique<Color>(121); HWTEST_F() local 598 auto color = std::make_unique<Color>(); HWTEST_F() local 613 auto color = std::make_unique<Color>(); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_color_picker_test.cpp | 91 Drawing::ColorQuad color; in HWTEST_F() local 111 Drawing::ColorQuad color; in HWTEST_F() local 132 Drawing::ColorQuad color; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontarguments_fuzzer/ |
| H A D | fontarguments_fuzzer.cpp | 82 uint32_t color = GetObject<uint32_t>(); in FontArgumentsFuzzTest003() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
| H A D | rs_graphic_test_text.cpp | 37 void TextCustomModifier::SetBrushColor(uint32_t color) in SetBrushColor() argument
|
| /foundation/graphic/graphic_2d/utils/color_manager/src/ |
| H A D | color.cpp | 22 static float Alpha(uint64_t color)
in Alpha() argument 27 static float Red(uint64_t color)
in Red() argument 32 static float Green(uint64_t color)
in Green() argument 37 static float Blue(uint64_t color)
in Blue() argument 42 static ColorSpaceName Name(uint64_t color)
in Name() argument 53 Color(unsigned int color) Color() argument 59 Color(uint64_t color) Color() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbrush_fuzzer/ |
| H A D | brush_fuzzer.cpp | 47 uint32_t color = GetObject<uint32_t>(); in BrushFuzzTest000() local 88 uint32_t color = GetObject<uint32_t>(); in BrushFuzzTest001() local
|
| /foundation/multimedia/player_framework/test/fuzztest/common/ |
| H A D | test_recorder.h | 91 unsigned char color = 0xFF; member in OHOS::Media::TestRecorder
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | rb_tree.c | 255 FILLP_UINT color; FillpRbEraseLowlvlNode() local 305 FILLP_UINT color; FillpRbErase() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
| H A D | blur_draw_looper.h | 67 Color color = Color::COLOR_BLACK; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
| H A D | blur_draw_looper.cpp | 34 CreateBlurDrawLooper(float blurRadius, scalar dx, scalar dy, const Color& color) CreateBlurDrawLooper() argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
| H A D | text_mask_test.cpp | 23 uint32_t color = 0xFF000000; in TestTextMask001() local 47 uint32_t color = 0xFF000000; in TestTextMask002() local 68 uint32_t color = 0xFF000000; TestTextMask003() local 89 uint32_t color = 0xFF000000; TestTextMask004() local 112 uint32_t color = 0xFF000000; TestTextMask005() local 131 uint32_t color = 0xFF000000; TestTextMask006() local 152 uint32_t color = 0xFF000000; TestTextMask007() local [all...] |
| /third_party/benchmark/src/ |
| H A D | colorprint.cc | 42 PlatformColorCode GetPlatformColorCode(LogColor color) { in GetPlatformColorCode() argument 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { in ColorPrintf() argument 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, in ColorPrintf() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_surface.c | 96 softpipe_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) softpipe_clear_render_target() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_clear.h | 37 union pipe_color_union color; member
|