OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coincidence
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
23
SkCoincidence&
coincidence
= fCoincidences.push_back();
local
24
coincidence
.fOther = other;
25
coincidence
.fSegments[0] = index;
26
coincidence
.fSegments[1] = otherIndex;
27
coincidence
.fTs[swap][0] = ts[0][0];
28
coincidence
.fTs[swap][1] = ts[0][1];
29
coincidence
.fTs[!swap][0] = ts[1][0];
30
coincidence
.fTs[!swap][1] = ts[1][1];
31
coincidence
.fPts[swap][0] = pt0;
32
coincidence
.fPts[swap][1] = pt1
80
SkCoincidence&
coincidence
= fCoincidences[index];
local
145
const SkCoincidence&
coincidence
= fCoincidences[index];
local
181
SkCoincidence&
coincidence
= fPartialCoincidences.push_back();
local
213
SkCoincidence&
coincidence
= (*
coincidence
s)[index];
local
278
SkCoincidence&
coincidence
= fCoincidences[index];
local
294
SkCoincidence&
coincidence
= fPartialCoincidences[index];
local
300
const SkCoincidence&
coincidence
= fPartialCoincidences[index];
local
[
all
...]
SkOpSegment.h
297
void blindCancel(const SkCoincidence&
coincidence
, SkOpSegment* other);
298
void blindCoincident(const SkCoincidence&
coincidence
, SkOpSegment* other);
SkOpContour.h
90
void align(const SkOpSegment::AlignedSpan& aligned, bool swap, SkCoincidence*
coincidence
);
SkOpSegment.cpp
549
// resolve overlapping ts when considering
coincidence
later
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
Completed in 85 milliseconds