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:style0
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/modules/skparagraph/samples/
H
A
D
SampleParagraph.cpp
587
TextStyle
style0
;
in drawFlutter()
local
588
style0
.setForegroundColor(black);
in drawFlutter()
589
style0
.setBackgroundColor(gray);
in drawFlutter()
590
style0
.setFontFamilies({SkString(ff)});
in drawFlutter()
591
style0
.setFontSize(fs);
in drawFlutter()
592
style0
.setDecoration(TextDecoration::kUnderline);
in drawFlutter()
593
style0
.setDecorationStyle(TextDecorationStyle::kDouble);
in drawFlutter()
594
style0
.setDecorationColor(SK_ColorBLACK);
in drawFlutter()
635
builder.pushStyle(
style0
);
in drawFlutter()
644
builder.pushStyle(
style0
);
in drawFlutter()
703
TextStyle
style0
;
bidi()
local
842
TextStyle
style0
;
hangingS()
local
[all...]
/third_party/skia/modules/skparagraph/tests/
H
A
D
SkParagraphTest.cpp
7139
TextStyle
style0
(style);
in UNIX_ONLY_TEST()
7140
style0
.setDecoration(TextDecoration::kUnderline);
in UNIX_ONLY_TEST()
7141
style0
.setDecorationColor(SK_ColorBLACK);
in UNIX_ONLY_TEST()
7159
style0
.setDecorationStyle(TextDecorationStyle::kDouble);
in UNIX_ONLY_TEST()
7160
style0
.setForegroundColor(SkPaint(SkColors::kBlack));
in UNIX_ONLY_TEST()
7161
style0
.setBackgroundColor(SkPaint(SkColors::kLtGray));
in UNIX_ONLY_TEST()
7162
builder.pushStyle(
style0
);
in UNIX_ONLY_TEST()
7171
style0
.setDecorationStyle(TextDecorationStyle::kSolid);
in UNIX_ONLY_TEST()
7172
style0
.setForegroundColor(SkPaint(SkColors::kBlue));
in UNIX_ONLY_TEST()
7173
style0
in UNIX_ONLY_TEST()
[all...]
Completed in 15 milliseconds