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:setStroke
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/gm/
H
A
D
circulararcs.cpp
27
paint->
setStroke
(true);
in set_strokeandfill()
87
auto setFill = [] (SkPaint*p) { p->
setStroke
(false); };
in DEF_ARC_GM()
93
p->
setStroke
(true);
in DEF_ARC_GM()
100
auto
setStroke
= [](SkPaint* p) {
in DEF_ARC_GM()
local
101
p->
setStroke
(true);
in DEF_ARC_GM()
104
draw_arcs(canvas,
setStroke
);
in DEF_ARC_GM()
108
auto
setStroke
= [] (SkPaint* p) {
in DEF_ARC_GM()
local
109
p->
setStroke
(true);
in DEF_ARC_GM()
112
draw_arcs(canvas,
setStroke
);
in DEF_ARC_GM()
116
auto
setStroke
in DEF_ARC_GM()
local
124
auto
setStroke
= [] (SkPaint* p) {
DEF_ARC_GM()
local
132
auto
setStroke
= [] (SkPaint* p) {
DEF_ARC_GM()
local
140
auto
setStroke
= [] (SkPaint* p) {
DEF_ARC_GM()
local
[all...]
H
A
D
addarc.cpp
41
paint.
setStroke
(true);
85
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
130
paint.
setStroke
(true);
180
paint.
setStroke
(true);
189
paint.
setStroke
(false);
230
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
275
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
conicpaths.cpp
121
paint.
setStroke
(fh != 0);
157
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
173
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
183
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
197
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
dashing.cpp
57
paint.
setStroke
(true);
in show_zero_len_dash()
75
paint.
setStroke
(true);
160
paint.
setStroke
(true);
206
p.
setStroke
(true);
in drawDashedLines()
326
paint.
setStroke
(true);
434
paint.
setStroke
(true);
493
p.
setStroke
(true);
in DEF_SIMPLE_GM()
505
p.
setStroke
(true);
in DEF_SIMPLE_GM()
523
p.
setStroke
(true);
in DEF_SIMPLE_GM()
555
p.
setStroke
(tru
in DEF_SIMPLE_GM()
[all...]
H
A
D
dashcircle.cpp
53
refPaint.
setStroke
(true);
87
p.
setStroke
(true);
190
paint.
setStroke
(true);
244
p.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
dashcubics.cpp
34
paint.
setStroke
(true);
in flower()
124
hairlinePaint.
setStroke
(true);
H
A
D
points.cpp
97
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
patharcto.cpp
81
paint.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
strokes.cpp
596
pathPaint.
setStroke
(true);
in DEF_SIMPLE_GM()
601
skeletonPaint.
setStroke
(true);
in DEF_SIMPLE_GM()
H
A
D
strokefill.cpp
28
paint->
setStroke
(true);
in set_strokeandfill()
/third_party/skia/samplecode/
H
A
D
SampleXfer.cpp
261
paint.
setStroke
(true);
265
paint.
setStroke
(false);
H
A
D
SamplePath.cpp
668
paint.
setStroke
(true);
in showInnerQuads()
726
paint.
setStroke
(true);
/third_party/skia/modules/androidkit/src/
H
A
D
Paint.cpp
34
paint->
setStroke
(stroke);
in Paint_SetStroke()
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphPainterImpl.cpp
75
p.
setStroke
(false);
in drawFilledRect()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H
A
D
Paint.java
44
public Paint
setStroke
(boolean stroke) {
in setStroke()
method in Paint
/third_party/skia/include/core/
H
A
D
SkPaint.h
211
void
setStroke
(bool);
/third_party/skia/modules/skparagraph/gm/
H
A
D
simple_gm.cpp
104
underp.
setStroke
(true);
in drawFromVisitor()
/third_party/skia/src/core/
H
A
D
SkPaint.cpp
122
void SkPaint::
setStroke
(bool isStroke) {
in setStroke()
function in SkPaint
H
A
D
SkScalerContext.cpp
475
paint.
setStroke
(hairline);
in generateMask()
Completed in 12 milliseconds