Home
last modified time | relevance | path

Searched refs:GetStyleStrValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_button_component.cpp82 result = CopyFontFamily(fontFamily_, GetStyleStrValue(style)); in ApplyPrivateStyle()
179 if ((!IsStyleValueTypeString(style)) || (!GetStyleStrValue(style))) { in SetTextAlign()
183 uint16_t valueId = KeyParser::ParseKeyId(GetStyleStrValue(style), GetStyleStrValueLen(style)); in SetTextAlign()
H A Dtext_component.cpp117 CopyFontFamily(fontFamily_, GetStyleStrValue(styleItem)); in ApplyPrivateStyle()
244 …uint16_t propNameId = KeyParser::ParseKeyId(GetStyleStrValue(styleItem), GetStyleStrValueLen(style… in SetTextOverflow()
342 const char * const stylePropValue = GetStyleStrValue(styleItem); in SetTextAlign()
H A Dimage_component.cpp90 const char * const strValue = GetStyleStrValue(style); in ApplyPrivateStyle()
H A Dlist_component.cpp76 const char * const strValue = GetStyleStrValue(style); in ApplyPrivateStyle()
H A Ddiv_component.cpp49 const char * const strValue = GetStyleStrValue(style); in ApplyPrivateStyle()
H A Dslider_component.cpp123 SetDirection(GetStyleStrValue(style)); in ApplyPrivateStyle()
H A Dpicker_view_component.cpp447 CopyFontFamily(fontFamily_, GetStyleStrValue(styleItem)); in ApplyPrivateStyle()
459 CopyFontFamily(selectedFontFamily_, GetStyleStrValue(styleItem)); in ApplyPrivateStyle()
H A Dcomponent.h417 const char *GetStyleStrValue(const AppStyleItem *style) const in GetStyleStrValue() function
H A Dcomponent.cpp746 const char * const value = GetStyleStrValue(styleItem); in SetAnimationKeyFrames()
880 const char * const strValue = GetStyleStrValue(styleItem); in SetAnimationStyle()
1436 const char * const strValue = GetStyleStrValue(styleItem); in SetVisible()