Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp165 centerX_ = GetStylePixelValue(style); in SetArcProgressStyle()
169 centerY_ = GetStylePixelValue(style); in SetArcProgressStyle()
173 radius_ = GetStylePixelValue(style); in SetArcProgressStyle()
188 progressView_.SetBackgroundStyle(STYLE_LINE_WIDTH, GetStylePixelValue(style)); in SetArcProgressStyle()
189 progressView_.SetForegroundStyle(STYLE_LINE_WIDTH, GetStylePixelValue(style)); in SetArcProgressStyle()
H A Dtext_component.cpp183 absoluteSizeSpan_.size = GetStylePixelValue(styleItem); in ApplyPrivateStyle()
229 label.SetStyle(STYLE_LETTER_SPACE, (int16_t)GetStylePixelValue(styleItem)); in SetTextLetterSpace()
234 label.SetStyle(STYLE_LINE_HEIGHT, (int16_t)GetStylePixelValue(styleItem)); in SetTextLineHeight()
278 fontSize_ = GetStylePixelValue(styleItem); in SetTextSize()
H A Dslider_component.cpp115 startPosition_.x = GetStylePixelValue(style); in ApplyPrivateStyle()
119 startPosition_.y = GetStylePixelValue(style); in ApplyPrivateStyle()
H A Dcomponent.cpp361 int32_t pixelValue = GetStylePixelValue(&styleItem, INT32_MIN); in GetDimensionFromStyle()
1519 int32_t paddingLeft = GetStylePixelValue(&styleItem); in SetLeftPadding()
1527 int32_t paddingTop = GetStylePixelValue(&styleItem); in SetTopPadding()
1535 int32_t paddingRight = GetStylePixelValue(&styleItem); in SetRightPadding()
1543 int32_t paddingBottom = GetStylePixelValue(&styleItem); in SetBottomPadding()
1561 view.SetStyle(STYLE_BORDER_RADIUS, GetStylePixelValue(&styleItem)); in SetBorderRadius()
1566 view.SetStyle(STYLE_BORDER_WIDTH, GetStylePixelValue(&styleItem)); in SetBorderWidth()
1881 int32_t Component::GetStylePixelValue(const AppStyleItem *style, int32_t defaultValue) const in GetStylePixelValue() function in OHOS::ACELite::Component
H A Dhorizon_progress_component.cpp77 hStrokeWidth_ = GetStylePixelValue(style); in SetHorizonProgressStyle()
H A Dinput_edittext_component.cpp177 fontSize_ = GetStylePixelValue(style); in SetFontSize()
H A Dpicker_view_component.cpp444 fontSize_ = GetStylePixelValue(styleItem); in ApplyPrivateStyle()
456 selectedFontSize_ = GetStylePixelValue(styleItem); in ApplyPrivateStyle()
H A Dinput_button_component.cpp202 fontSize_ = GetStylePixelValue(style); in SetFontSize()
H A Dcomponent.h447 int32_t GetStylePixelValue(const AppStyleItem *style, int32_t defaultValue = 0) const;