Searched refs:imageFill_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component.h | 255 : 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 D | navigation_bar_component.cpp | 152 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 D | text_overlay_component.h | 237 std::optional<Color> imageFill_; variable
|
H A D | text_overlay_component.cpp | 391 image->SetImageFill(imageFill_); in BuildMenuOption() 778 imageFill_ = imageFill; in SetImageFill()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 946 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 D | render_text_field.h | 635 std::optional<Color> imageFill_; variable
|