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
defs:dxdy
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SamplePathClip.cpp
85
double
dxdy
= (double)(p1.fX - p0.fX) / (p1.fY - p0.fY);
member in __anon18648
/third_party/ffmpeg/libavfilter/
H
A
D
vf_nlmeans_opencl.c
181
cl_int *
dxdy
= NULL;
in nlmeans_plane()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_line.c
471
const float
dxdy
= dx / dy;
in try_setup_line()
local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_setup.c
57
float
dxdy
; /**< dx/dy */
member
[all...]
/third_party/skia/src/pathops/
H
A
D
SkPathOpsTSect.cpp
15
SkDVector
dxdy
= c1.dxdyAtT(t);
in setPerp()
local
1240
SkDVector
dxdy
= this->fCurve.dxdyAtT(t);
in matchedDirection()
local
H
A
D
SkOpSegment.cpp
835
SkDVector
dxdy
= (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
in isClose()
local
1681
SkDVector
dxdy
= (*CurveDDSlopeAtT[fVerb])(curvePart, 0.5f);
in testForCoincidence()
local
H
A
D
SkOpCoincidence.cpp
304
SkDVector
dxdy
= baseSeg->dSlopeAtT(base->t());
in addEndMovedSpans()
local
H
A
D
SkPathOpsDebug.cpp
1482
SkDVector
dxdy
= baseSeg->dSlopeAtT(base->t());
in debugAddEndMovedSpans()
local
/third_party/glfw/deps/
H
A
D
nuklear.h
11654
float
dxdy
= (e->x1 - e->x0) / (e->y1 - e->y0);
in nk_tt__new_active()
local
Completed in 59 milliseconds