/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_model_ng.h | 26 RatingConfiguration(int32_t starNum, bool isIndicator, double rating, double stepSize, bool enabled) in RatingConfiguration() argument
|
H A D | rating_modifier.h | 134 void SetStepSize(double stepSize) in SetStepSize() argument
|
H A D | rating_pattern.cpp | 278 const double stepSize = ratingRenderProperty->GetStepSize().value_or(themeStepSize_); in ConstrainsRatingScore() local 317 const double stepSize = ratingRenderProperty->GetStepSizeValue(themeStepSize_); in RecalculatedRatingScoreBasedOnEventPoint() local 568 const double stepSize in OnKeyEvent() local 951 auto stepSize = renderProperty->GetStepSizeValue(themeStepSize_); BuildContentModifierNode() local [all...] |
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/ |
H A D | slide_window_processor.h | 57 size_t stepSize;
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_paint_method.cpp | 52 auto stepSize = paintProperty->GetStepSizeValue(sliderTheme->GetMarkerSize()); in UpdateContentModifier() local
|
H A D | slider_content_modifier.cpp | 201 auto stepSize = stepSize_->Get(); in DrawStep() local 502 auto stepSize = stepSize_->Get(); in GetTrackRect() local [all...] |
H A D | slider_content_modifier.h | 158 void SetStepSize(float stepSize) in SetStepSize() argument
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/ |
H A D | kws_sdk_impl.cpp | 221 size_t stepSize = (DEFAULT_SLIDE_STEP_SIZE / DEFAULT_MFCC_NUM_CHANNELS) * mfccConfig.slideSize;
in InitComponents() local
|
H A D | pcm_iterator.cpp | 48 int32_t PCMIterator::Init(size_t stepSize, size_t windowSize)
in Init() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_rating_ffi.cpp | 46 double stepSize = LessNotEqual(value, stepSizeMin) ? STEPS_DEFAULT : value; in FfiOHOSAceFrameworkRatingSetStepSize() local
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 95 std::shared_ptr<Value> stepSize; member in OHOS::Media::Property
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_adapt_font_sizer.cpp | 29 double stepSize = 0.0; in AdaptMaxFontSize() local 76 double stepSize = 0.0; in AdaptMinFontSize() local 102 void TextAdaptFontSizer::GetAdaptFontSizeStep(const TextStyle& textStyle, double& stepSize, cons argument [all...] |
H A D | text_layout_algorithm.cpp | 431 double stepSize = step.ConvertToPxDistribute(textStyle.GetMinFontScale(), in GetSuitableSize() local 446 GetSuitableSizeLD(TextStyle& textStyle, const std::string& content, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, double stepSize) GetSuitableSizeLD() argument 471 GetSuitableSizeBS(TextStyle& textStyle, const std::string& content, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, double stepSize) GetSuitableSizeBS() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | dympool.c | 176 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) in DympAskMoreMemory() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_curves_module.cpp | 194 int32_t stepSize = 1; in CreateStepsCurve() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.cpp | 308 double stepSize = NormalizeToPx(step); in AdaptMinTextSize() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_shadowing_common.h | 48 bool ValidShadowRange(const vec3 shadowCoord, float stepSize, float shadowIdx) in ValidShadowRange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 79 void SetStepSize(double stepSize) in SetStepSize() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.cpp | 589 CalcDimension stepSize; in SetStepSize() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_slider_bridge.cpp | 95 CalcDimension stepSize;
in SetSliderStepSize() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_slider_modifier.cpp | 96 Dimension stepSize = theme->GetMarkerSize(); in ResetSliderStepSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.cpp | 1050 double stepSize = 0.0; in AdaptInlineFocusFontSize() local 1115 double stepSize = 0.0; in AdaptInlineFocusMinFontSize() local
|