Home
last modified time | relevance | path

Searched defs:step (Results 1 - 25 of 113) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_slider_ffi.h27 double step; member
H A Dcj_marquee_ffi.cpp26 void FfiOHOSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart) in FfiOHOSAceFrameworkMarqueeCreate() argument
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.h27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration() argument
H A Dslider_paint_property.h180 float step = GetStep().value_or(1.0f); in GetStepRatio() local
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h65 IAnimationModifier::StepData step; member
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.cpp78 size_t step = dataCapacity_ * 3; in Grow() local
/foundation/ability/idl_tool/util/
H A Dstring_pool.cpp78 size_t step = dataCapacity_ * 3; in Grow() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_utils_test.cpp59 OffsetF step = { 0, 0 }; in FillChildren() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_steps_interpolator_animat_test.cpp158 RSStepsInterpolator* step; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_steps_interpolator_test.cpp171 RSStepsInterpolator* step; in HWTEST_F() local
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice_impl.h42 uint8 step; member
H A Dservice.c25 ServiceImpl *SAMGR_CreateServiceImpl(Service *service, uint8 step) in SAMGR_CreateServiceImpl() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_statistic.cpp58 SqlStatistic::SqlStatistic(const std::string &sql, int32_t step, uint32_t seqId) in SqlStatistic() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp27 IsEqualNextFocusNode( FocusStep step, const RefPtr<FrameNode>& currentNode, const RefPtr<FrameNode>& expectNextNode) IsEqualNextFocusNode() argument
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_pixfmt_rgba_blend.cpp39 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyHLine() local
62 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendHLine() local
101 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendSolidHSpan() local
146 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyColorHSpan() local
185 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendColorHSpan() local
208 int16_t step = NEON_STEP_8 * PIX_STEP; BlendColorHSpan() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_common_test_ng.cpp32 IsEqualNextFocusNode( FocusStep step, const RefPtr<FrameNode>& currentNode, const RefPtr<FrameNode>& expectNextNode) IsEqualNextFocusNode() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h201 void SetStep(uint32_t step) in SetStep() argument
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp35 void ICooperateState::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument
66 void ICooperateState::ICooperateStep::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h231 bool Serializable::WriteVariant(json &node, uint32_t step, const _InTp &input) in WriteVariant() argument
237 bool Serializable::ReadVariant(const json &node, const std::string &name, uint32_t step, uint32_t index, _OutTp &output) in ReadVariant() argument
251 bool Serializable::WriteVariant(json &node, uint32_t step, const _InTp &input) in WriteVariant() argument
260 ReadVariant(const json &node, const std::string &name, uint32_t step, uint32_t index, _OutTp &output) ReadVariant() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h295 template <typename _InTp> size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &intput) in CountVariant() argument
301 size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &input) in CountVariant() argument
318 template <typename _InTp> bool WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) in WriteVariant() argument
324 bool WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) in WriteVariant() argument
348 template <typename _OutTp> bool ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head) in ReadVariant() argument
354 bool ReadVariant(TLVObject &data, uint32_t step, uint32_ argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h152 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument
158 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument
170 bool DataObsUtils::WriteVariant(uint32_t step, const _InTp &input, MessageParcel &data) in WriteVariant() argument
176 bool DataObsUtils::WriteVariant(uint32_t step, cons argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp105 Dimension step = stepUnit; in GetAdaptFontSizeStep() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp282 float step = 0.01; in HWTEST_F() local

Completed in 13 milliseconds

12345