OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coincidence
(Results
1 - 2
of
2
) 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[0] = pt0;
32
coincidence
.fPts[1] = pt1
59
SkCoincidence&
coincidence
= fCoincidences[index];
local
138
SkCoincidence&
coincidence
= fPartialCoincidences.push_back();
local
159
SkCoincidence&
coincidence
= fCoincidences[index];
local
172
SkCoincidence&
coincidence
= fPartialCoincidences[index];
local
186
const SkCoincidence&
coincidence
=
coincidence
s[index];
local
[
all
...]
/external/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[0] = pt0;
32
coincidence
.fPts[1] = pt1
59
SkCoincidence&
coincidence
= fCoincidences[index];
local
138
SkCoincidence&
coincidence
= fPartialCoincidences.push_back();
local
159
SkCoincidence&
coincidence
= fCoincidences[index];
local
172
SkCoincidence&
coincidence
= fPartialCoincidences[index];
local
186
const SkCoincidence&
coincidence
=
coincidence
s[index];
local
[
all
...]
Completed in 37 milliseconds