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:fColor
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_label.cpp
525
ListNode<ForegroundColor>*
fColor
= foregroundColor->Begin();
in GetForegroundColor()
local
526
for (;
fColor
!= foregroundColor->End();
fColor
=
fColor
->next_) {
in GetForegroundColor()
527
uint32_t start =
fColor
->data_.start;
in GetForegroundColor()
528
uint32_t end =
fColor
->data_.end;
in GetForegroundColor()
530
fgColor =
fColor
->data_.fontColor;
in GetForegroundColor()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H
A
D
paragraph_test.cpp
273
EXPECT_EQ(txt.decorationColor, skStyle.fDecoration.
fColor
);
in HWTEST_F()
308
EXPECT_EQ(spTextStyle.color, styleMetrics.text_style->
fColor
);
in HWTEST_F()
309
EXPECT_EQ(spTextStyle.decorationColor, styleMetrics.text_style->fDecoration.
fColor
);
in HWTEST_F()
H
A
D
paragraph_builder_test.cpp
73
EXPECT_EQ(peekStyle.
fColor
, style.color);
in HWTEST_F()
205
EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fTextShadows.at(0).
fColor
, textStyle.textShadows.at(0).color);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H
A
D
paragraph_impl.cpp
342
shadow.color = skShadow.
fColor
;
in SkStyleToTextStyle()
H
A
D
paragraph_builder_impl.cpp
93
shadow.
fColor
= txtShadow.color;
in MakeTextShadow()
Completed in 6 milliseconds