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:maxCurvature
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsCubic.cpp
267
double
maxCurvature
[3];
in ComplexBreak()
local
268
int roots = cubic.findMaxCurvature(
maxCurvature
);
in ComplexBreak()
280
SkDebugf("
maxCurvature
[%d]=%1.9g ", index,
maxCurvature
[index]);
in ComplexBreak()
281
SkDPoint pt = cubic.ptAtT(
maxCurvature
[index]);
in ComplexBreak()
282
SkDVector dPt = cubic.dxdyAtT(
maxCurvature
[index]);
in ComplexBreak()
289
if (between(inflectionTs[0],
maxCurvature
[index], inflectionTs[1])) {
in ComplexBreak()
290
t[0] =
maxCurvature
[index];
in ComplexBreak()
299
double testT =
maxCurvature
[index];
in ComplexBreak()
H
A
D
SkOpEdgeBuilder.cpp
238
SkScalar
maxCurvature
= SkFindQuadMaxCurvature(pointsPtr);
in walk()
local
239
if (0 <
maxCurvature
&&
maxCurvature
< 1) {
in walk()
242
if (!conic.chopAt(
maxCurvature
, pair)) {
in walk()
/third_party/skia/src/core/
H
A
D
SkGeometry.cpp
1116
SkScalar
maxCurvature
[3];
1117
int roots = SkFindCubicMaxCurvature(src,
maxCurvature
);
1119
SkScalar testT =
maxCurvature
[index];
Completed in 4 milliseconds