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:pushStyle
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/modules/skparagraph/samples/
H
A
D
SampleParagraph.cpp
144
builder.
pushStyle
(style);
in drawTest()
217
builder.
pushStyle
(style(name));
in drawCode()
222
builder.
pushStyle
(style(constant));
in drawCode()
226
builder.
pushStyle
(style(name));
in drawCode()
230
builder.
pushStyle
(style(literal));
in drawCode()
297
builder.
pushStyle
(style);
in drawText()
635
builder.
pushStyle
(style0);
in drawFlutter()
638
builder.
pushStyle
(style1);
in drawFlutter()
644
builder.
pushStyle
(style0);
in drawFlutter()
647
builder.
pushStyle
(style
in drawFlutter()
[all...]
/third_party/skia/modules/skparagraph/tests/
H
A
D
SkParagraphTest.cpp
217
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
260
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
301
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
400
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
456
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
512
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
568
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
622
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
676
builder.
pushStyle
(text_style);
in UNIX_ONLY_TEST()
730
builder.
pushStyle
(text_styl
in UNIX_ONLY_TEST()
[all...]
/third_party/skia/bench/
H
A
D
ParagraphBench.cpp
74
builder->
pushStyle
(fTStyle);
/third_party/skia/modules/skparagraph/include/
H
A
D
ParagraphBuilder.h
29
virtual void
pushStyle
(const TextStyle& style) = 0;
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphBuilderImpl.cpp
63
void ParagraphBuilderImpl::
pushStyle
(const TextStyle& style) {
in pushStyle()
function in skia::textlayout::ParagraphBuilderImpl
147
pushStyle
(topStyle.cloneForPlaceholder());
in addPlaceholder()
H
A
D
ParagraphBuilderImpl.h
36
void
pushStyle
(const TextStyle& style) override;
/third_party/skia/modules/canvaskit/
H
A
D
paragraph_bindings.cpp
497
pb->
pushStyle
(style);
in EMSCRIPTEN_BINDINGS()
528
self.
pushStyle
(ts);
in EMSCRIPTEN_BINDINGS()
541
self.
pushStyle
(ts);
in EMSCRIPTEN_BINDINGS()
H
A
D
externs.js
159
pushStyle
: function() {},
/third_party/skia/fuzz/
H
A
D
FuzzSkParagraph.cpp
195
builder->
pushStyle
(ts);
in AddStyle()
/third_party/skia/tools/perf-canvaskit-puppeteer/
H
A
D
canvas_perf.js
626
builder.
pushStyle
(CanvasKit.TextStyle({
Completed in 16 milliseconds