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:getMiter
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/tessellate/
H
A
D
Tessellation.h
96
case SkPaint::kMiter_Join: SkASSERT(stroke.
getMiter
() >= 0); return stroke.
getMiter
();
in GetJoinType()
105
(a.getJoin() != SkPaint::kMiter_Join || a.
getMiter
() == b.
getMiter
());
in StrokesHaveEqualParams()
/third_party/skia/include/core/
H
A
D
SkStrokeRec.h
38
SkScalar
getMiter
() const { return fMiterLimit; }
in getMiter()
function in SkStrokeRec
/third_party/skia/src/gpu/
H
A
D
GrStyle.cpp
90
miter = style.strokeRec().
getMiter
();
in WriteKey()
/third_party/skia/src/gpu/ops/
H
A
D
StrokeTessellateOp.cpp
62
float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.
getMiter
(),
in StrokeTessellateOp()
H
A
D
TessellationPathRenderer.cpp
135
stroke.
getMiter
(),
in onDrawPath()
H
A
D
AALinearizingConvexPathRenderer.cpp
405
SkScalar miterLimit = stroke.
getMiter
();
in onDrawPath()
H
A
D
StrokeRectOp.cpp
47
*isMiter = stroke.
getMiter
() >= SK_ScalarSqrt2;
in allowed_stroke()
/third_party/skia/src/gpu/geometry/
H
A
D
GrStyledShape.cpp
639
fStyle.strokeRec().
getMiter
() < SK_ScalarSqrt2)) {
in simplifyStroke()
730
rec.setStrokeParams(cap, SkPaint::kDefault_Join, fStyle.strokeRec().
getMiter
());
in simplifyStroke()
/third_party/skia/src/effects/
H
A
D
SkDashPathEffect.cpp
54
radius *= rec.
getMiter
();
in outset_for_stroke()
/third_party/skia/src/utils/
H
A
D
SkDashPath.cpp
84
radius *= rec.
getMiter
();
in outset_for_stroke()
/third_party/skia/experimental/graphite/src/
H
A
D
Device.cpp
300
StrokeParams stroke(style.getWidth(), style.
getMiter
(), style.getJoin(), style.getCap());
in drawShape()
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceDrawContext.cpp
768
stroke.
getMiter
() >= SK_ScalarSqrt2) ? GrAAType::kCoverage
in drawRect()
Completed in 12 milliseconds