/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_water_ripple_shader_filter.cpp | 32 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 D | filter_water_ripple_para.h | 33 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 D | render_data_panel.cpp | 140 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 D | data_panel_component.h | 265 return progress_; in GetProgressValue() 270 progress_ = progress; in SetProgressValue() 286 double progress_ = 0.0; member in OHOS::Ace::ProgressDataPanelComponent
|
H A D | render_data_panel.h | 147 return progress_; in GetProgress() 153 double progress_ = 0.0; member in OHOS::Ace::RenderProgressDataPanel
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 207 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 D | ut_common_data.h | 40 progress_ = progress; 44 uint32_t progress_ = 0; member in OHOS::Media::CompositionCallbackTesterImpl
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 100 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 D | render_focus_animation.h | 60 float progress_ = 0.0f; member in OHOS::Ace::RenderFocusAnimation
|
H A D | render_focus_animation.cpp | 60 client->progress_ = value; in Update()
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_water_ripple_filter.cpp | 36 : 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 D | rs_water_ripple_shader_filter.h | 41 float progress_ = 0.0f; member in OHOS::Rosen::RSWaterRippleShaderFilter
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_bubble_progress.h | 70 int32_t progress_ = 0; member in OHOS::Ace::RenderBubbleProgress
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_water_ripple_filter.h | 44 float progress_ = 0.0f; member in OHOS::Rosen::GEWaterRippleFilter
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_compile_progress.h | 48 int32_t progress_ = 0; member in OHOS::BootCompileProgress
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 89 float progress_; member
|
H A D | pipeline_context.cpp | 2893 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()
|