OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addTPair
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp
257
addTPair
(fTs[tIndexStart].fT, other, other->fTs[oIndex].fT, false,
267
addTPair
(fTs[tIndex].fT, other, other->fTs[oIndexStart].fT, false, fTs[tIndex].fPt);
306
addTPair
(fTs[tIndex].fT, other, other->fTs[oIndex].fT, false, startPt);
323
addTPair
(tStart, other, oStart, false, nextPt);
806
void SkOpSegment::
addTPair
(double t, SkOpSegment* other, double otherT, bool borrowWind,
817
SkDebugf("%s
addTPair
duplicate this=%d %1.9g other=%d %1.9g\n",
824
SkDebugf("%s
addTPair
this=%d %1.9g other=%d %1.9g\n",
[
all
...]
/external/skia/src/pathops/
SkOpSegment.cpp
257
addTPair
(fTs[tIndexStart].fT, other, other->fTs[oIndex].fT, false,
267
addTPair
(fTs[tIndex].fT, other, other->fTs[oIndexStart].fT, false, fTs[tIndex].fPt);
306
addTPair
(fTs[tIndex].fT, other, other->fTs[oIndex].fT, false, startPt);
323
addTPair
(tStart, other, oStart, false, nextPt);
806
void SkOpSegment::
addTPair
(double t, SkOpSegment* other, double otherT, bool borrowWind,
817
SkDebugf("%s
addTPair
duplicate this=%d %1.9g other=%d %1.9g\n",
824
SkDebugf("%s
addTPair
this=%d %1.9g other=%d %1.9g\n",
[
all
...]
Completed in 31 milliseconds