Home
last modified time | relevance | path

Searched refs:rangeMin_ (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_shader_precision_format.h45 rangeMin_ = rangeMin; in SetShaderPrecisionFormatRangeMin()
60 return rangeMin_; in GetShaderPrecisionFormatRangeMin()
72 explicit WebGLShaderPrecisionFormat() : rangeMin_(0), rangeMax_(0), precision_(0) {}; in WebGLShaderPrecisionFormat()
75 rangeMin_(0), rangeMax_(0), precision_(0) {}; in WebGLShaderPrecisionFormat()
79 int rangeMin_; member in OHOS::Rosen::final
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp31 rangeMin_(MIN_PERCENT_VALUE), in UIAbstractProgress()
74 if ((rangeMax_ == rangeMax) && (rangeMin_ == rangeMin)) { in SetRange()
80 rangeMin_ = rangeMin; in SetRange()
90 if (value < rangeMin_) { in SetValue()
91 curValue_ = rangeMin_; in SetValue()
99 ((curValue_ == rangeMin_) || (curValue_ == rangeMax_) || in SetValue()
108 uint32_t delta = lastValue_ - rangeMin_; in GetCurrentPos()
119 return (rangeMax_ < rangeMin_) ? 0 : (rangeMax_ - rangeMin_); in GetRangeSize()
H A Dui_slider.cpp267 return static_cast<int32_t>(rangeMin_ + (static_cast<int64_t>(rangeMax_) - rangeMin_) * length / totalLength); in CalculateCurrentValue()
285 value = rangeMin_; in UpdateCurrentValue()
296 value = rangeMin_; in UpdateCurrentValue()
305 value = rangeMin_; in UpdateCurrentValue()
312 value = rangeMin_; in UpdateCurrentValue()
381 if (curValue_ == rangeMin_ || curValue_ == rangeMax_) { in OnRotateEvent()
H A Dui_box_progress.cpp300 if ((lastValue_ - rangeMin_ != 0) || (foregroundStyle_->lineCap_ == CapType::CAP_ROUND)) { in OnDraw()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h142 return rangeMin_; in GetRangeMin()
327 int32_t rangeMin_; member in OHOS::UIAbstractProgress

Completed in 3 milliseconds