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:fStrokeJoin
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SampleStrokeVerb.cpp
61
SkPaint::Join
fStrokeJoin
= SkPaint::kMiter_Join;
member in StrokeVerbView
74
outlinePaint.setStrokeJoin(
fStrokeJoin
);
in onDrawContent()
209
fStrokeJoin
= (SkPaint::Join)((
fStrokeJoin
+ 1) % 3);
in onChar()
/third_party/skia/modules/sksg/include/
H
A
D
SkSGPaint.h
36
SG_ATTRIBUTE(StrokeJoin , SkPaint::Join ,
fStrokeJoin
)
51
SkPaint::Join
fStrokeJoin
= SkPaint::kMiter_Join;
member in sksg::PaintNode
/third_party/skia/src/pdf/
H
A
D
SkPDFGraphicState.h
53
uint8_t
fStrokeJoin
; // SkPaint::Join
member
H
A
D
SkPDFGraphicState.cpp
92
state.insertInt("LJ", to_stroke_join(strokeKey.
fStrokeJoin
));
in GetGraphicStateForPaint()
/third_party/skia/experimental/skrive/src/
H
A
D
Paint.cpp
79
paint->setStrokeJoin (
fStrokeJoin
);
in onApply()
/third_party/skia/modules/sksg/src/
H
A
D
SkSGPaint.cpp
28
paint.setStrokeJoin(
fStrokeJoin
);
in makePaint()
/third_party/skia/src/core/
H
A
D
SkScalerContext.h
123
uint8_t
fStrokeJoin
: 4;
member
141
fFrameWidth, fMiterLimit, fMaskFormat,
fStrokeJoin
, fStrokeCap, fFlags);
in dump()
H
A
D
SkScalerContext.cpp
744
(SkPaint::Join)fRec.
fStrokeJoin
,
in internalGetPath()
1056
rec->
fStrokeJoin
= SkToU8(paint.getStrokeJoin());
in MakeRecAndEffects()
1065
rec->
fStrokeJoin
= 0;
in MakeRecAndEffects()
Completed in 5 milliseconds