OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oStartT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
102
double
oStartT
= coincidence.fTs[1][0];
104
if ((oStartSwapped =
oStartT
> oEndT)) {
105
SkTSwap(
oStartT
, oEndT);
108
bump_out_close_span(&
oStartT
, &oEndT);
109
SkASSERT(!approximately_negative(oEndT -
oStartT
));
119
if (
oStartT
> 0 || endT < 1
120
|| thisOne.isMissing(endT, oStartPt) || other.isMissing(
oStartT
, oStartPt)) {
121
other.addTPair(
oStartT
, &thisOne, endT, true, oStartPt,
125
if (startT > 0 ||
oStartT
> 0
126
|| thisOne.isMissing(startT, startPt) || other.isMissing(
oStartT
, startPt))
[
all
...]
SkOpSegment.cpp
707
double
oStartT
= other->fTs[oIndex].fT;
709
while (startPt == other->fTs[--oIndex].fPt || precisely_equal(
oStartT
, other->fTs[oIndex].fT)) {
[
all
...]
Completed in 41 milliseconds