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:oppLast
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsTSect.cpp
676
SkTSpan*
oppLast
= sect2->tail();
in coincidentForce()
local
677
if (!last || !
oppLast
) {
in coincidentForce()
681
deleteEmptySpans |= sect2->updateBounded(oppFirst,
oppLast
, first);
in coincidentForce()
683
sect2->removeSpanRange(oppFirst,
oppLast
);
in coincidentForce()
872
SkTSpan*
oppLast
;
in extractCoincident()
local
874
oppLast
= last->findOppT(last->fCoinEnd.perpT());
in extractCoincident()
878
oppEndT = oppMatched ?
oppLast
->fEndT :
oppLast
->fStartT;
in extractCoincident()
883
swap(oppFirst,
oppLast
);
in extractCoincident()
894
if (!
oppLast
) {
in extractCoincident()
[all...]
H
A
D
SkOpSegment.cpp
1308
SkOpSpanBase*
oppLast
= oppSpan;
in moveMultiples()
local
1319
oppLast
= oppNext;
in moveMultiples()
1321
if (oppFirst ==
oppLast
) {
in moveMultiples()
1354
} while (oppTest !=
oppLast
&& (oppTest = oppTest->upCast()->next()));
in moveMultiples()
H
A
D
SkPathOpsDebug.cpp
984
const SkOpSpanBase*
oppLast
= oppSpan;
in debugMoveMultiples()
local
995
oppLast
= oppNext;
in debugMoveMultiples()
997
if (oppFirst ==
oppLast
) {
in debugMoveMultiples()
1030
} while (oppTest !=
oppLast
&& (oppTest = oppTest->upCast()->next()));
in debugMoveMultiples()
Completed in 20 milliseconds