Home
last modified time | relevance | path

Searched refs:imageFill_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.h255 : CommonBuilder(data->theme), menu_(data->menu), imageFill_(data->imageFill), in TitleBarMenuBuilder()
276 std::optional<Color> imageFill_; variable
362 imageFill_(data->imageFill) in NormalTitleBarBuilder()
381 std::optional<Color> imageFill_; variable
H A Dnavigation_bar_component.cpp152 IconImage menuIcon(menuItemIcon->GetSrc(), menuIconSize_, menuIconSize_, imageFill_); in MoveMenuItemsToBar()
253 IconImage startIcon(startIconSrc_, menuIconSize_, menuIconSize_, imageFill_); in BuildStartZone()
274 IconImage logoIconImage(logoSrc_, logoSize, logoSize, imageFill_); in BuildLogo()
285 IconImage endIcon(endIconSrc_, menuIconSize_, menuIconSize_, imageFill_); in BuildEndZone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h237 std::optional<Color> imageFill_; variable
H A Dtext_overlay_component.cpp391 image->SetImageFill(imageFill_); in BuildMenuOption()
778 imageFill_ = imageFill; in SetImageFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp946 textOverlay_->SetImageFill(imageFill_); in ShowTextOverlay()
1934 …if (textField->GetIconImage() == iconSrc_ && textField->GetImageFill() == imageFill_ && widthReser… in UpdateIcon()
1937 imageFill_ = textField->GetImageFill(); in UpdateIcon()
1945 imageComponent->SetImageFill(imageFill_); in UpdateIcon()
H A Drender_text_field.h635 std::optional<Color> imageFill_; variable