OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oEndT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
90
double
oEndT
= coincidence.fTs[1][1];
91
if ((oStartSwapped = oStartT >
oEndT
)) {
92
SkTSwap(oStartT,
oEndT
);
95
SkASSERT(!approximately_negative(
oEndT
- oStartT));
99
if (startT > 0 ||
oEndT
< 1
100
|| thisOne.isMissing(startT, startPt) || other.isMissing(
oEndT
, startPt)) {
101
thisOne.addTPair(startT, &other,
oEndT
, true, startPt);
115
if (endT < 1 ||
oEndT
< 1
116
|| thisOne.isMissing(endT, oEndPt) || other.isMissing(
oEndT
, oEndPt)) {
117
other.addTPair(
oEndT
, &thisOne, endT, true, oEndPt)
[
all
...]
/external/skia/src/pathops/
SkOpContour.cpp
90
double
oEndT
= coincidence.fTs[1][1];
91
if ((oStartSwapped = oStartT >
oEndT
)) {
92
SkTSwap(oStartT,
oEndT
);
95
SkASSERT(!approximately_negative(
oEndT
- oStartT));
99
if (startT > 0 ||
oEndT
< 1
100
|| thisOne.isMissing(startT, startPt) || other.isMissing(
oEndT
, startPt)) {
101
thisOne.addTPair(startT, &other,
oEndT
, true, startPt);
115
if (endT < 1 ||
oEndT
< 1
116
|| thisOne.isMissing(endT, oEndPt) || other.isMissing(
oEndT
, oEndPt)) {
117
other.addTPair(
oEndT
, &thisOne, endT, true, oEndPt)
[
all
...]
Completed in 24 milliseconds