Home
last modified time | relevance | path

Searched defs:WHITE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_sensor_illumination_test.cpp31 constexpr uint32_t WHITE = 0xFFFFFFFF; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dlight_impl.cpp62 SCENE_NS::ILight, SCENE_NS::Color, Color, SCENE_NS::Colors::WHITE) in META_IMPLEMENT_INTERFACE_PROPERTY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h75 static const Color WHITE; variable
212 static const LinearColor WHITE; variable
H A Dcolor.cpp50 const Color Color::WHITE = Color(0xffffffff); member in OHOS::Ace::Color
59 const LinearColor LinearColor::WHITE = LinearColor(0xffffffff); member in OHOS::Ace::LinearColor
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_single_post_process.h79 WHITE = 3, enumerator
H A Drender_node_mip_chain_post_process.h74 WHITE = 3, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlogger_generic.cpp104 WHITE, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlogger_windows.cpp133 WHITE, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp45 const Color WHITE = Color(0xffffffff); variable
H A Drender_property_test_ng.cpp50 const Color WHITE = Color(0xffffffff); variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h35 enum class Color { WHITE = 0, GREY = 1, BLACK = 2 }; enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.h100 WHITE = 3, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLoggerOutput.cpp78 WHITE, enumerator
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp670 constexpr uint32_t WHITE = 0xFFFFFFFF; in UpdateDefaultStatusBarColor() local