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:fSegment
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkIntersectionHelper.h
30
fSegment
=
fSegment
->next();
in advance()
31
return
fSegment
!= nullptr;
in advance()
39
return
fSegment
->bounds();
in bounds()
43
return
fSegment
->contour();
in contour()
47
fSegment
= contour->first();
in init()
55
return
fSegment
->pts();
in pts()
63
return
fSegment
;
in segment()
67
SegmentType type = (SegmentType)
fSegment
->verb();
in segmentType()
71
if (
fSegment
in segmentType()
110
SkOpSegment*
fSegment
;
global()
member in SkIntersectionHelper
[all...]
H
A
D
SkOpSpan.h
319
return
fSegment
;
in segment()
406
SkOpSegment*
fSegment
; // segment that contains this span
member in SkOpSpanBase
H
A
D
SkPathOpsDebug.cpp
81
const SkOpSegment*
fSegment
;
member
106
glitch->
fSegment
= nullptr;
in recordCommon()
150
glitch->
fSegment
= seg;
in record()
193
glitch->
fSegment
= seg;
in record()
204
glitch->
fSegment
= seg;
in record()
216
glitch->
fSegment
= seg;
in record()
387
if (glitch.
fSegment
) {
in CheckHealth()
388
SkDebugf(" segment=%d", glitch.
fSegment
->debugID());
in CheckHealth()
1373
// SkASSERT_RELEASE(next->
fSegment
->debugContains(next));
in debugValidateNext()
H
A
D
SkOpSpan.cpp
238
fSegment
= segment;
in initBase()
/third_party/skia/src/utils/
H
A
D
SkPolyUtils.cpp
539
:
fSegment
({ p0, v })
in ActiveEdge()
553
const SkPoint& p0 = this->
fSegment
.fP0;
in aboveIfLeft()
554
const SkPoint& q0 = that->
fSegment
.fP0;
in aboveIfLeft()
557
const SkVector& v = this->
fSegment
.fV;
in aboveIfLeft()
558
const SkVector& w = that->
fSegment
.fV;
in aboveIfLeft()
607
const SkPoint& p0 = this->
fSegment
.fP0;
in above()
608
const SkPoint& q0 = that->
fSegment
.fP0;
in above()
624
const SkPoint& p0 = this->
fSegment
.fP0;
in intersect()
625
const SkVector& v = this->
fSegment
.fV;
in intersect()
656
return this->intersect(edge->
fSegment
in intersect()
670
OffsetSegment
fSegment
;
global()
member
[all...]
Completed in 10 milliseconds