Home
last modified time | relevance | path

Searched refs:progress_ (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_water_ripple_shader_filter.cpp32 progress_ = progress; in RSWaterRippleShaderFilter()
37 hash_ = SkOpts::hash(&progress_, sizeof(progress_), hash_); in RSWaterRippleShaderFilter()
48 return progress_; in GetProgress()
76 waterRippleFilter->SetParam(RS_FILTER_WATER_RIPPLE_PROGRESS, progress_); in GenerateGEVisualEffect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_water_ripple_para.h33 progress_ = progress; in SetProgress()
38 return progress_; in GetProgress()
84 float progress_ = 0.0f; member in OHOS::Rosen::WaterRipplePara
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp140 if (GreatNotEqual(progress_, 100.0)) { in Update()
141 LOGI("chart value %{public}lf is larger than 100.0", progress_); in Update()
142 progress_ = 100.0; in Update()
144 if (LessNotEqual(progress_, 0.0)) { in Update()
145 LOGI("chart value %{public}lf is smaller than 0.0", progress_); in Update()
146 progress_ = 0.0; in Update()
182 AceType::MakeRefPtr<CurveAnimation<double>>(progress_, previousPercentValue_, Curves::EASE_OUT); in Update()
188 renderDataPanel->progress_ = value; in Update()
H A Ddata_panel_component.h265 return progress_; in GetProgressValue()
270 progress_ = progress; in SetProgressValue()
286 double progress_ = 0.0; member in OHOS::Ace::ProgressDataPanelComponent
H A Drender_data_panel.h147 return progress_; in GetProgress()
153 double progress_ = 0.0; member in OHOS::Ace::RenderProgressDataPanel
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp207 int ret = sprintf_s(info, sizeof(info), "%s %d%%", displayInfo_.c_str(), progress_); in DrawCompileProgress()
241 if (progress_ >= ONE_HUNDRED_PERCENT) { in DrawCompileProgress()
254 progress_ = ONE_HUNDRED_PERCENT; in UpdateCompileProgress()
257 progress_ = (int32_t)((now - startTimeMs_) * ONE_HUNDRED_PERCENT / (timeLimitSec_ * SEC_MS)); in UpdateCompileProgress()
258 progress_ = progress_ < 0 ? 0 : progress_ > ONE_HUNDRED_PERCENT ? ONE_HUNDRED_PERCENT: progress_; in UpdateCompileProgress()
260 progress_++; in UpdateCompileProgress()
263 LOGD("update progress: %{public}d", progress_); in UpdateCompileProgress()
[all...]
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/
H A Dut_common_data.h40 progress_ = progress;
44 uint32_t progress_ = 0; member in OHOS::Media::CompositionCallbackTesterImpl
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp100 skCanvas->rotate(progress_); in PaintGlow()
118 if (progress_ > RIGHT_ANGLE) { in PaintGlow()
120 MAX_TRANSPARENCY - (progress_ - RIGHT_ANGLE) * ((MAX_TRANSPARENCY - MIN_TRANSPARENCY) / RIGHT_ANGLE)); in PaintGlow()
123 static_cast<uint8_t>(MIN_TRANSPARENCY + progress_ * ((MAX_TRANSPARENCY - MIN_TRANSPARENCY) / RIGHT_ANGLE)); in PaintGlow()
148 canvas->Rotate(progress_); in PaintGlow()
167 if (progress_ > RIGHT_ANGLE) { in PaintGlow()
169 MAX_TRANSPARENCY - (progress_ - RIGHT_ANGLE) * ((MAX_TRANSPARENCY - MIN_TRANSPARENCY) / RIGHT_ANGLE)); in PaintGlow()
172 static_cast<uint8_t>(MIN_TRANSPARENCY + progress_ * ((MAX_TRANSPARENCY - MIN_TRANSPARENCY) / RIGHT_ANGLE)); in PaintGlow()
H A Drender_focus_animation.h60 float progress_ = 0.0f; member in OHOS::Ace::RenderFocusAnimation
H A Drender_focus_animation.cpp60 client->progress_ = value; in Update()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_water_ripple_filter.cpp36 : progress_(params.progress), waveCount_(params.waveCount), rippleCenterX_(params.rippleCenterX), in GEWaterRippleFilter()
80 builder.SetUniform("progress", progress_); in ProcessImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_water_ripple_shader_filter.h41 float progress_ = 0.0f; member in OHOS::Rosen::RSWaterRippleShaderFilter
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_bubble_progress.h70 int32_t progress_ = 0; member in OHOS::Ace::RenderBubbleProgress
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_water_ripple_filter.h44 float progress_ = 0.0f; member in OHOS::Rosen::GEWaterRippleFilter
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h48 int32_t progress_ = 0; member in OHOS::BootCompileProgress
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h89 float progress_; member
H A Dpipeline_context.cpp2893 if (NearEqual(progress, old.progress_) && rRect == old.innerRect_ && style == old.style_) { in UpdateWindowBlurRegion()
2897 windowBlurRegions_[id] = { .progress_ = progress, .style_ = style, .innerRect_ = rRect, .coords_ = coords }; in UpdateWindowBlurRegion()
3144 rectArray.push_back(region.second.progress_); in FlushWindowBlur()

Completed in 13 milliseconds