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:fStrokeCap
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SampleStrokeVerb.cpp
62
SkPaint::Cap
fStrokeCap
= SkPaint::kButt_Cap;
member in StrokeVerbView
75
outlinePaint.setStrokeCap(
fStrokeCap
);
in onDrawContent()
214
fStrokeCap
= (SkPaint::Cap)((
fStrokeCap
+ 1) % 3);
in onChar()
H
A
D
SampleFatBits.cpp
59
fStrokeCap
= SkPaint::kButt_Cap;
in FatBits()
123
SkPaint::Cap
fStrokeCap
;
member in FatBits
139
paint->setStrokeCap(
fStrokeCap
);
in setupPaint()
246
p.setStrokeCap(
fStrokeCap
);
in drawLineSkeleton()
420
fFB.
fStrokeCap
= caps[(fFB.
fStrokeCap
+ 1) % 3];
/third_party/skia/modules/sksg/include/
H
A
D
SkSGPaint.h
37
SG_ATTRIBUTE(StrokeCap , SkPaint::Cap ,
fStrokeCap
)
52
SkPaint::Cap
fStrokeCap
= SkPaint::kButt_Cap;
member in sksg::PaintNode
/third_party/skia/src/pdf/
H
A
D
SkPDFGraphicState.h
52
uint8_t
fStrokeCap
; // SkPaint::Cap
member
H
A
D
SkPDFGraphicState.cpp
91
state.insertInt("LC", to_stroke_cap(strokeKey.
fStrokeCap
));
in GetGraphicStateForPaint()
/third_party/skia/experimental/skrive/src/
H
A
D
Paint.cpp
78
paint->setStrokeCap (
fStrokeCap
);
in onApply()
/third_party/skia/modules/sksg/src/
H
A
D
SkSGPaint.cpp
29
paint.setStrokeCap(
fStrokeCap
);
in makePaint()
/third_party/skia/src/core/
H
A
D
SkScalerContext.h
124
uint8_t
fStrokeCap
: 4;
member
141
fFrameWidth, fMiterLimit, fMaskFormat, fStrokeJoin,
fStrokeCap
, fFlags);
in dump()
H
A
D
SkScalerContext.cpp
743
rec.setStrokeParams((SkPaint::Cap)fRec.
fStrokeCap
,
in internalGetPath()
1057
rec->
fStrokeCap
= SkToU8(paint.getStrokeCap());
in MakeRecAndEffects()
1066
rec->
fStrokeCap
= 0;
in MakeRecAndEffects()
Completed in 6 milliseconds