Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_track_component.h41 STEP, enumerator
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.cpp25 const uint32_t STEP = 3; in GetCheckPoints() local
/ohos5.0/foundation/graphic/graphic_surface/test_header/export/
H A Dtest_header.h29 #define STEP(desc) WMTLOGI(34, desc); if (const char *strDesc = desc) macro
/ohos5.0/foundation/graphic/graphic_2d/utils/test_header/export/
H A Dtest_header.h29 #define STEP(desc) WMTLOGI(34, desc); if (const char *strDesc = desc) macro
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp78 constexpr int16_t STEP = 50; in AddRadioGroup() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp39 static const int STEP = 2; variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp553 constexpr uint16_t STEP = 110; // 110: increase y-coordinate per step in UIKitUIImageTestResize001() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp32 constexpr uint64_t STEP = 4; variable
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp457 const size_t STEP = 10; // print step in TEST_F() local
1519 const size_t STEP = 10; // print step in TEST_F() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp58 constexpr float STEP = 1.0f; variable
H A Dslider_modifier_test_ng.cpp57 constexpr float STEP = 1.0f; variable
H A Dslider_Extend_test_ng.cpp55 constexpr float STEP = 1.0f; variable
H A Dslider_test_ng.cpp55 constexpr float STEP = 1.0f; variable
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test.cpp458 const size_t STEP = 10; // print step in TEST_F() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h154 enum class AnimationInterpolation : int { INVALID, STEP, LINEAR, SPLINE }; in CORE3D_BEGIN_NAMESPACE() enumerator