Home
last modified time | relevance | path

Searched defs:RED (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h77 static const Color RED; variable
214 static const LinearColor RED; variable
H A Dcolor.cpp52 const Color Color::RED = Color(0xffff0000); member in OHOS::Ace::Color
61 const LinearColor LinearColor::RED = LinearColor(0xffff0000); member in OHOS::Ace::LinearColor
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.h30 const uint32_t RED = 0xff0000ff; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlogger_generic.cpp98 RED, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlogger_windows.cpp127 RED, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp43 const Color RED = Color(0xffff0000); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLoggerOutput.cpp72 RED, enumerator
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcolor.h127 RED = 2, enumerator
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c30 #define RED 0 macro
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_base.h42 static const GLenum RED = 0x1903; variable