Searched refs:CROSS (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.cpp | 51 { MouseFormat::CROSS, MMI::CROSS }, in SetPointerStyle()
|
/foundation/arkui/ace_engine/frameworks/base/mousestyle/ |
H A D | mouse_style.h | 38 CROSS = 13, member in OHOS::Ace::MouseFormat
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_predicates.cpp | 40 return Join(JoinType::CROSS, tableName);
in CrossJoin() 142 return "CROSS JOIN";
in GetGrammar()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | abs_predicates.h | 38 CROSS enumerator
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 1336 pointerStyle.id = MOUSE_ICON::CROSS; in HWTEST_F() 1339 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS); in HWTEST_F() 1386 pointerStyle.id = MOUSE_ICON::CROSS; in HWTEST_F() 1389 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS); in HWTEST_F() 1404 pointerStyle.id = MOUSE_ICON::CROSS; in HWTEST_F() 1407 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS); in HWTEST_F()
|
H A D | input_manager_test.cpp | 1611 pointerStyle.id = MOUSE_ICON::CROSS; in HWTEST_F() 1704 pointerStyle.id = MOUSE_ICON::CROSS; in HWTEST_F()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 132 CROSS = 13, enumerator
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 427 if (pointerStyle.id != MOUSE_ICON::DEFAULT && pointerStyle.id != MOUSE_ICON::CROSS) { in DrawMovePointer() 2711 {CROSS, {ANGLE_CENTER, IMAGE_POINTER_DEFAULT_PATH + "Cross.svg"}}, in InitStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 34 { OHOS::NWeb::CursorType::CT_CROSS, MouseFormat::CROSS },
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 960 CHKRP(napi_create_int32(env, MOUSE_ICON::CROSS, &cross), CREATE_INT32); in CreatePointerStyle() 1039 DECLARE_NAPI_STATIC_PROPERTY("CROSS", cross), in CreatePointerStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 94 { OHOS::NWeb::CursorType::CT_CROSS, MouseFormat::CROSS },
|
Completed in 43 milliseconds