Home
last modified time | relevance | path

Searched refs:GetStyleStrValueLen (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp244 …uint16_t propNameId = KeyParser::ParseKeyId(GetStyleStrValue(styleItem), GetStyleStrValueLen(style… in SetTextOverflow()
343 uint16_t alignId = KeyParser::ParseKeyId(stylePropValue, GetStyleStrValueLen(styleItem)); in SetTextAlign()
H A Dimage_component.cpp94 uint16_t mode = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in ApplyPrivateStyle()
H A Dlist_component.cpp81 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in ApplyPrivateStyle()
H A Ddiv_component.cpp62 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in NativeViewSetDirection()
H A Dinput_button_component.cpp183 uint16_t valueId = KeyParser::ParseKeyId(GetStyleStrValue(style), GetStyleStrValueLen(style)); in SetTextAlign()
H A Dcomponent.h421 uint8_t GetStyleStrValueLen(const AppStyleItem *style) const in GetStyleStrValueLen() function
H A Dcomponent.cpp881 const size_t strLen = GetStyleStrValueLen(styleItem); in SetAnimationStyle()
1441 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(styleItem)); in SetVisible()