Home
last modified time | relevance | path

Searched refs:GetAngleRange (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp59 void UICircleProgress::GetAngleRange(int16_t& start, int16_t& end) const in GetAngleRange() function in OHOS::UICircleProgress
95 GetAngleRange(start, end); in DrawCommonCircle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h248 void GetAngleRange(int16_t& start, int16_t& end) const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h728 const std::pair<float, float>& GetAngleRange() const in GetAngleRange() function
741 NearEqual(angle_.first, other.GetAngleRange().first) && in operator ==()
742 NearEqual(angle_.second, other.GetAngleRange().second); in operator ==()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1436 auto rsAngleRange = OHOS::Rosen::Range<float>(velocity.GetAngleRange().first, velocity.GetAngleRange().second); in ConvertParticleVelocityOption()

Completed in 15 milliseconds