Home
last modified time | relevance | path

Searched refs:GetStyleNumValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dclock_hand_component.cpp138 pivotX_ = GetStyleNumValue(style); in ApplyPrivateStyle()
141 pivotY_ = GetStyleNumValue(style); in ApplyPrivateStyle()
144 fillColor_ = GetStyleNumValue(style); in ApplyPrivateStyle()
147 opacity_ = GetStyleNumValue(style); in ApplyPrivateStyle()
H A Dimage_component.cpp103 int16_t value = GetStyleNumValue(style); in ApplyPrivateStyle()
110 int16_t value = GetStyleNumValue(style); in ApplyPrivateStyle()
H A Dcomponent.h409 int32_t GetStyleNumValue(const AppStyleItem *style) const in GetStyleNumValue() function