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:dxdyAtT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsCurve.h
191
return quad.
dxdyAtT
(t);
in dquad_dxdy_at_t()
197
return conic.
dxdyAtT
(t);
in dconic_dxdy_at_t()
203
return cubic.
dxdyAtT
(t);
in dcubic_dxdy_at_t()
219
return c.fQuad.
dxdyAtT
(t);
in ddquad_dxdy_at_t()
223
return c.fConic.
dxdyAtT
(t);
in ddconic_dxdy_at_t()
227
return c.fCubic.
dxdyAtT
(t);
in ddcubic_dxdy_at_t()
H
A
D
SkPathOpsQuad.h
68
SkDVector
dxdyAtT
(double t) const;
148
SkDVector
dxdyAtT
(double t) const override { return fQuad.
dxdyAtT
(t); }
H
A
D
SkPathOpsConic.h
66
SkDVector
dxdyAtT
(double t) const;
157
SkDVector
dxdyAtT
(double t) const override { return fConic.
dxdyAtT
(t); }
H
A
D
SkPathOpsCubic.h
63
SkDVector
dxdyAtT
(double t) const;
205
SkDVector
dxdyAtT
(double t) const override { return fCubic.
dxdyAtT
(t); }
H
A
D
SkPathOpsTCurve.h
28
virtual SkDVector
dxdyAtT
(double t) const = 0;
H
A
D
SkPathOpsAsWinding.cpp
126
dy = quad.
dxdyAtT
(t).fY;
in left_edge()
139
dy = conic.
dxdyAtT
(t).fY;
in left_edge()
162
dy = cubic.
dxdyAtT
(t).fY;
in left_edge()
H
A
D
SkPathOpsCubic.cpp
275
SkDVector dPt = cubic.
dxdyAtT
(inflectionTs[index]);
in ComplexBreak()
282
SkDVector dPt = cubic.
dxdyAtT
(maxCurvature[index]);
in ComplexBreak()
303
// don't call
dxdyAtT
since we want (0,0) results
in ComplexBreak()
498
SkDVector SkDCubic::
dxdyAtT
(double t) const {
H
A
D
SkPathOpsConic.cpp
50
SkDVector SkDConic::
dxdyAtT
(double t) const {
in dxdyAtT()
function in SkDConic
H
A
D
SkPathOpsTSect.cpp
15
SkDVector dxdy = c1.
dxdyAtT
(t);
in setPerp()
1145
thisLine[1] = thisLine[0] + fCurve.
dxdyAtT
(oppStart);
in linesIntersect()
1151
oppLine[1] = oppLine[0] + opp->fCurve.
dxdyAtT
(start);
in linesIntersect()
1240
SkDVector dxdy = this->fCurve.
dxdyAtT
(t);
in matchedDirection()
1241
SkDVector dxdy2 = sect2->fCurve.
dxdyAtT
(t2);
in matchedDirection()
H
A
D
SkPathOpsQuad.cpp
199
SkDVector SkDQuad::
dxdyAtT
(double t) const {
in dxdyAtT()
function in SkDQuad
Completed in 9 milliseconds