Home
last modified time | relevance | path

Searched refs:GetOpacity (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_layout_test_ng.cpp187 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), UINT8_MAX); in HWTEST_F()
194 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), UINT8_MAX); in HWTEST_F()
201 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), 0); in HWTEST_F()
220 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), UINT8_MAX); in HWTEST_F()
264 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), UINT8_MAX); in HWTEST_F()
268 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), UINT8_MAX); in HWTEST_F()
276 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), 0); in HWTEST_F()
282 EXPECT_EQ(pattern_->scrollBarOverlayModifier_->GetOpacity(), 0); in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp65 uint8_t GetOpacity() const in GetOpacity() function in OHOS::TestArcScrollBarTest
98 uint8_t GetOpacity() const in GetOpacity() function in OHOS::TestBoxScrollBarTest
248 EXPECT_EQ(arcBar.GetOpacity(), opa[i]); in HWTEST_F()
251 EXPECT_EQ(boxBar.GetOpacity(), opa[i]); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Ddisplay_element.cpp54 displayRender->UpdateOpacity(displayRender->GetOpacity()); in PerformBuild()
H A Drender_display.cpp38 transitionOpacity_ = display->GetOpacity(); in Update()
48 animatableOpacity_ = AnimatableDouble(display->GetOpacity(), display->GetOpacityAnimationOption()); in Update()
H A Ddisplay_component.h50 double GetOpacity() const in GetOpacity() function in OHOS::Ace::DisplayComponent
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp143 EXPECT_EQ(scrollBarOverlayModifier->GetOpacity(), 0); in HWTEST_F()
154 EXPECT_EQ(scrollBarOverlayModifier->GetOpacity(), UINT8_MAX); in HWTEST_F()
164 EXPECT_EQ(scrollBarOverlayModifier->GetOpacity(), 0); in HWTEST_F()
531 EXPECT_EQ(scrollBarOverlayModifier->GetOpacity(), 255); in HWTEST_F()
541 EXPECT_EQ(pattern_->GetScrollBarOverlayModifier()->GetOpacity(), 0); in HWTEST_F()
564 EXPECT_EQ(scrollBarOverlayModifier->GetOpacity(), 0); in HWTEST_F()
574 EXPECT_EQ(pattern_->GetScrollBarOverlayModifier()->GetOpacity(), 255); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_shape.h32 double GetOpacity() const in GetOpacity() function in OHOS::Ace::SvgShape
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h51 float GetOpacity() const;
H A Dshared_transition_component.cpp122 float SharedTransitionComponent::GetOpacity() const in GetOpacity() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.h66 float GetOpacity() const;
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_painter.h56 double GetOpacity() const in GetOpacity() function in OHOS::Ace::ScrollFadePainter
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_painter.h49 float GetOpacity() const in GetOpacity() function in OHOS::Ace::NG::ScrollFadePainter
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll_bar.h54 uint8_t GetOpacity() in GetOpacity() function in OHOS::UIAbstractScrollBar
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp80 return attr.fillState.GetOpacity().GetValue();
84 return attr.strokeState.GetOpacity().GetValue();
H A Dsvg_graphic.cpp189 double curOpacity = fillState_.GetOpacity().GetValue() * opacity_ * (1.0f / UINT8_MAX); in UpdateFillStyle()
274 gradientColor.GetColor().BlendOpacity(gradientColor.GetOpacity()).BlendOpacity(opacity).GetValue()); in SetGradientStyle()
305 gradientColor.GetColor().BlendOpacity(gradientColor.GetOpacity()).BlendOpacity(opacity).GetValue()); in SetStrokeGradientStyle()
342 double curOpacity = strokeState.GetOpacity().GetValue() * opacity_ * (1.0f / UINT8_MAX); in UpdateStrokeStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_digital_clock.h187 uint8_t GetOpacity() const;
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h87 AnimatableDouble GetOpacity() const in GetOpacity() function in OHOS::Ace::FillState
114 opacity_ = parent.GetOpacity(); in Inherit()
194 AnimatableDouble GetOpacity() const in GetOpacity() function in OHOS::Ace::StrokeState
301 opacity_ = strokeState.GetOpacity(); in Inherit()
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h74 double GetOpacity() const in GetOpacity() function in OHOS::Ace::HyperlinkTheme
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h73 double GetOpacity() const in GetOpacity() function in OHOS::Ace::InteractiveEffect
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp82 double curOpacity = fillState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetFillStyle()
95 double curOpacity = fillState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetFillStyle()
147 gradientColor.GetColor().BlendOpacity(gradientColor.GetOpacity()).BlendOpacity(opacity).GetValue()); in SetGradientStyle()
185 gradientColor.GetColor().BlendOpacity(gradientColor.GetOpacity()).BlendOpacity(opacity).GetValue()); in SetGradientStyle()
225 skPaint.setAlphaf(fillState.GetOpacity().GetValue() * renderInfo.opacity * (1.0f / UINT8_MAX)); in SetFillStyle()
247 brush.SetAlphaF(fillState.GetOpacity().GetValue() * renderInfo.opacity * (1.0f / UINT8_MAX)); in SetFillStyle()
259 double curOpacity = strokeState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetStrokeStyle()
284 double curOpacity = strokeState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetStrokeStyle()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.h126 double GetOpacity() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_paint_method.cpp54 auto opacity = paintProperty->GetOpacity().value_or(OPACITY); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_paint_method.cpp56 auto opacity = paintProperty->GetOpacity().value_or(OPACITY); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.h96 uint8_t GetOpacity() const in GetOpacity() function in OHOS::Ace::NG::ScrollBarOverlayModifier
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp90 auto opacity = renderContext->GetOpacity(); in IsTextEditableForStylus()

Completed in 13 milliseconds

1234