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:contourHead
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkOpBuilder.cpp
56
SkOpContourHead
contourHead
;
in FixWinding()
local
57
SkOpGlobalState globalState(&
contourHead
, &allocator SkDEBUGPARAMS(false)
in FixWinding()
59
SkOpEdgeBuilder builder(*path, &
contourHead
, &globalState);
in FixWinding()
63
if (!
contourHead
.count()) {
in FixWinding()
66
if (!
contourHead
.next()) {
in FixWinding()
69
contourHead
.joinAllSegments();
in FixWinding()
70
contourHead
.resetReverse();
in FixWinding()
74
while ((topSpan = FindSortableTop(&
contourHead
))) {
in FixWinding()
95
SkOpContour* test = &
contourHead
;
in FixWinding()
H
A
D
SkPathOpsWinding.cpp
238
bool SkOpSpan::sortableTop(SkOpContour*
contourHead
) {
in sortableTop()
argument
253
SkOpContour* contour =
contourHead
;
in sortableTop()
373
SkOpSpan* SkOpSegment::findSortableTop(SkOpContour*
contourHead
) {
in findSortableTop()
argument
384
if (span->sortableTop(
contourHead
)) {
in findSortableTop()
391
SkOpSpan* SkOpContour::findSortableTop(SkOpContour*
contourHead
) {
in findSortableTop()
argument
400
SkOpSpan* result = testSegment->findSortableTop(
contourHead
);
in findSortableTop()
412
SkOpSpan* FindSortableTop(SkOpContourHead*
contourHead
) {
in FindSortableTop()
argument
414
SkOpContour* contour =
contourHead
;
in FindSortableTop()
419
SkOpSpan* result = contour->findSortableTop(
contourHead
);
in FindSortableTop()
H
A
D
SkPathOpsCommon.cpp
68
SkOpSpan* FindUndone(SkOpContourHead*
contourHead
) {
in FindUndone()
argument
69
SkOpContour* contour =
contourHead
;
in FindUndone()
171
SkOpContourHead*
contourHead
= static_cast<SkOpContourHead*>(contour);
in SortContourList()
local
172
contour->globalState()->setContourHead(
contourHead
);
in SortContourList()
173
*contourList =
contourHead
;
in SortContourList()
H
A
D
SkOpSpan.cpp
374
SkOpContour*
contourHead
= globals->
contourHead
();
in computeWindSum()
local
376
while (!this->sortableTop(
contourHead
) && ++windTry < SkOpGlobalState::kMaxWindingTries) {
in computeWindSum()
H
A
D
SkPathOpsTypes.h
69
SkOpContourHead*
contourHead
() {
in contourHead()
function in SkOpGlobalState
162
void setContourHead(SkOpContourHead*
contourHead
) {
in setContourHead()
argument
163
fContourHead =
contourHead
;
in setContourHead()
/third_party/skia/tests/
H
A
D
PathOpsDebug.cpp
360
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContours()
367
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursAll()
374
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursAngles()
381
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursPts()
388
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursPt()
395
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursSegment()
402
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursSpan()
409
SkOpContour* contour = this->globalState()->
contourHead
();
in dumpContoursSpans()
Completed in 10 milliseconds