Home
last modified time | relevance | path

Searched refs:percent_ (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp80 progress.percent_ = StringToDouble(val); in SetSpecializedAttr()
81 if (progress.percent_ > progress.max_) { in SetSpecializedAttr()
82 progress.percent_ = progress.max_; in SetSpecializedAttr()
84 if (progress.percent_ < progress.min_) { in SetSpecializedAttr()
85 progress.percent_ = progress.min_; in SetSpecializedAttr()
219 progressChild_->SetValue(percent_); in PrepareSpecializedComponent()
313 progressChild_ = CreateProgressComponent(min_, percent_, cachedValue_, max_, type_); in InitProgressIfNeed()
H A Ddom_chart.cpp83 chart.percent_ = StringToDouble(val); in SetSpecializedAttr()
84 if (chart.percent_ > chart.max_) { in SetSpecializedAttr()
85 chart.percent_ = chart.max_; in SetSpecializedAttr()
87 if (chart.percent_ < chart.min_) { in SetSpecializedAttr()
88 chart.percent_ = chart.min_; in SetSpecializedAttr()
325 progressChild_->SetValue(percent_); in PrepareSpecializedComponent()
H A Ddom_progress.h52 double percent_ = 0.0; member in OHOS::Ace::Framework::final
H A Ddom_chart.h201 double percent_ = 0.0; member in OHOS::Ace::Framework::DOMChart
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp174 renderDataPanel->percent_ = value; in Update()
175 if (renderDataPanel->percent_ > 1.0) { in Update()
176 renderDataPanel->percent_ = 1.0; in Update()
H A Drender_data_panel.h76 double percent_ = 0.0; member in OHOS::Ace::RenderDataPanel
H A Drosen_render_data_panel.cpp867 PaintProgress(canvas, arcData, false, useEffect_, percent_); in PaintRingProgress()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.h45 return percent_;
126 int percent_ = 0; member in OHOS::Rosen::Drawing::SkiaCanvasAutoCache
H A Dskia_canvas_autocache.cpp91 percent_ = (totalDrawAreas_ * PERCENT) / (unionWidth * unionHeight); in OpCanCache()
94 (percent_ > MAX_PERCENTAGE && totalOpNums_ > MIN_OPS_NUM)) { in OpCanCache()
216 totalOpNums_, percent_, calNotSupport_, in ShowDrawResult()

Completed in 8 milliseconds