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:nextEdge
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/geometry/
H
A
D
GrAATriangulator.cpp
253
SSEdge*
nextEdge
= fEdge->fNext->fNext;
in apply()
local
254
if (!prevEdge || !
nextEdge
|| !prevEdge->fEdge || !
nextEdge
->fEdge) {
in apply()
268
prevEdge->fNext =
nextEdge
->fPrev = ssv;
in apply()
270
ssv->fNext =
nextEdge
;
in apply()
271
if (!prevEdge->fEdge || !
nextEdge
->fEdge) {
in apply()
277
if (
nextEdge
->fEvent) {
in apply()
278
nextEdge
->fEvent->fEdge = nullptr;
in apply()
280
if (prevEdge->fPrev ==
nextEdge
->fNext) {
in apply()
282
prevEdge->fEdge =
nextEdge
in apply()
[all...]
/third_party/skia/src/pathops/
H
A
D
SkPathOpsAsWinding.cpp
204
int
nextEdge
(Contour& contour, Edge edge) {
266
this->
nextEdge
(test, Edge::kInitial);
270
int winding = this->
nextEdge
(contour, Edge::kCompare);
408
winder.
nextEdge
(*contour, OpAsWinding::Edge::kInitial);
in AsWinding()
/third_party/skia/src/core/
H
A
D
SkScan_AAAPath.cpp
1051
static bool is_smooth_enough(SkAnalyticEdge* thisEdge, SkAnalyticEdge*
nextEdge
, int stop_y) {
1066
return SkAbs32(
nextEdge
->fDX - thisEdge->fDX) <= SK_Fixed1 && // DDx should be small
1067
nextEdge
->fLowerY -
nextEdge
->fUpperY >= SK_Fixed1; // Dy should be large
1399
goto
nextEdge
;
1410
nextEdge
:
H
A
D
SkScan_Path.cpp
59
goto
nextEdge
;
in insert_new_edges()
69
nextEdge
:
in insert_new_edges()
Completed in 6 milliseconds