Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp236 napi_value pointValue = nullptr; in ScanShadowValue() local
237 if (napi_get_named_property(env, element, "point", &pointValue) != napi_ok) { in ScanShadowValue()
241 GetPointFromJsValue(env, pointValue, offset); in ScanShadowValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp329 auto pointValue = min + pointIndex * step; in GetPointAccessibilityTxt() local
330 pointValue = std::round(std::clamp(pointValue, min, max) * 100.0f); in GetPointAccessibilityTxt()
331 std::string str = std::to_string(pointValue / 100.0f); in GetPointAccessibilityTxt()