Home
last modified time | relevance | path

Searched refs:isClamped (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h338 bool CheckNumberAndPercentage(const std::string& param, bool isClamped, float& result);
H A Dcustom_paint_paint_method.cpp1813 bool CustomPaintPaintMethod::CheckNumberAndPercentage(const std::string& param, bool isClamped, flo… in CheckNumberAndPercentage() argument
1830 if (isClamped && GreatNotEqual(result, 1.0f)) { in CheckNumberAndPercentage()