Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:imageFill
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H
A
D
navigation_bar_component_base.h
46
std::optional<Color>
imageFill
= std::nullopt)
in IconImage()
51
image->SetImageFill(
imageFill
);
in IconImage()
H
A
D
navigation_bar_component.h
95
std::optional<Color>
imageFill
;
member
255
: CommonBuilder(data->theme), menu_(data->menu), imageFill_(data->
imageFill
),
in TitleBarMenuBuilder()
362
imageFill_(data->
imageFill
)
in NormalTitleBarBuilder()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
style.h
213
std::optional<Color>
imageFill
;
member
H
A
D
declaration.cpp
1170
imageStyle.
imageFill
= declaration.ParseColor(value);
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_node.h
630
std::optional<Color>
imageFill
= std::nullopt;
in GetImageFill()
local
634
imageFill
= imageStyle.
imageFill
;
in GetImageFill()
637
return
imageFill
;
in GetImageFill()
H
A
D
dom_navigation_bar.cpp
119
navigationBarData_->
imageFill
= GetImageFill();
in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H
A
D
piece_declaration.h
202
return imageStyle.
imageFill
;
in GetImageFill()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
text_overlay_component.cpp
770
void TextOverlayComponent::SetImageFill(const std::optional<Color>&
imageFill
)
in SetImageFill()
argument
772
imageFill_ =
imageFill
;
in SetImageFill()
H
A
D
text_overlay_component.h
163
void SetImageFill(const std::optional<Color>&
imageFill
);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H
A
D
textfield_declaration.h
626
return imageStyle.
imageFill
;
in GetImageFill()
633
imageStyle.
imageFill
= color.value();
in SetImageFill()
Completed in 13 milliseconds