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
defs:fontColor
(Results
1 - 25
of
45
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
marquee_composed_element.cpp
109
auto
fontColor
= render->GetTextStyle().GetTextColor();
in GetFontColor()
local
H
A
D
texttimer_composed_element.cpp
90
auto
fontColor
=
in GetFontColor()
local
H
A
D
button_composed_element.cpp
120
auto
fontColor
= render ? render->GetTextStyle().GetTextColor() : Color::BLACK;
in GetFontColor()
local
H
A
D
text_clock_composed_element.cpp
88
auto
fontColor
=
in GetTextFontColor()
local
H
A
D
text_composed_element.cpp
135
auto
fontColor
=
in GetTextFontColor()
local
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H
A
D
treeview.js
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_alert_dialog_ffi.h
41
uint32_t*
fontColor
;
member
H
A
D
cj_alert_dialog_ffi.cpp
137
Color
fontColor
= Color(ColorAlphaAdapt(*objInner.
fontColor
));
in ParseButtonObj()
local
H
A
D
cj_richeditor_controller_ffi.cpp
215
auto
fontColor
= Color(nativeStyle.
fontColor
);
in ParseTextStyle()
local
H
A
D
cj_richeditor_controller_ffi.h
35
uint32_t
fontColor
;
member
107
const char*
fontColor
;
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_symbol_span_modifier.cpp
44
Color
fontColor
= theme->GetTextStyle().GetTextColor();
in ResetSymbolSpanFontColor()
local
H
A
D
node_symbol_glyph_modifier.cpp
64
Color
fontColor
= theme->GetTextStyle().GetTextColor();
in ResetFontColor()
local
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_label.h
435
void SetForegroundColorSpan(ColorType
fontColor
, int16_t start, int16_t end)
in SetForegroundColorSpan()
argument
H
A
D
ui_canvas.h
521
Color32
fontColor
;
member
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
spannable_string.h
52
ColorType
fontColor
;
member
H
A
D
text.h
173
ColorType
fontColor
;
member
496
void SetForegroundColorSpan(ColorType
fontColor
, int16_t start, int16_t end)
in SetForegroundColorSpan()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_model.h
58
std::optional<Color>
fontColor
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
selection_info.h
125
std::string
fontColor
;
member
H
A
D
rich_editor_model.h
253
std::optional<Color>
fontColor
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H
A
D
option_pattern.cpp
108
void OptionPattern::UpdatePasteFontColor(const Color&
fontColor
)
in UpdatePasteFontColor()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_pattern.cpp
153
Color
fontColor
= buttonTheme->GetTextColor(buttonStyle, buttonRole);
in UpdateTextStyle()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_indicator.cpp
258
Color
fontColor
;
in GetDigitIndicatorInfo()
local
H
A
D
js_calendar_picker.cpp
68
Color
fontColor
;
in ParseFontOfButtonStyle()
local
461
auto
fontColor
= paramObj->GetProperty("color");
in ParseTextStyle()
local
/foundation/arkui/ace_engine/frameworks/core/components/option/
H
A
D
option_component.h
159
void SetFontColor(const Color&
fontColor
)
in SetFontColor()
argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_properties.h
193
std::optional<Color>
fontColor
;
member
Completed in 21 milliseconds
1
2