Searched refs:tmpLine (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp379 SkDLine tmpLine; local
381 tmpLine[0] = tmpLine[1] = q2[testTIndex];
382 tmpLine[1].fX += q2[1].fY - q2[testTIndex].fY;
383 tmpLine[1].fY -= q2[1].fX - q2[testTIndex].fX;
385 impTs.intersectRay(q1, tmpLine);
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {
392 i->insert(testT, impTs[0][index], tmpLine[0]);
394 i->insert(impTs[0][index], testT, tmpLine[0]);
H A DSkDCubicIntersection.cpp293 SkDLine tmpLine;
294 tmpLine[0] = tmpLine[1] = cubic2[t1Index];
295 tmpLine[1].fX += cubic2[2 - start].fY - cubic2[t1Index].fY;
296 tmpLine[1].fY -= cubic2[2 - start].fX - cubic2[t1Index].fX;
299 impTs.intersectRay(cubic1, tmpLine);
302 if (!tmpLine[0].approximatelyEqual(realPt)) {
306 cubicInsert(testT, impTs[0][index], tmpLine[0], cubic2, cubic1);
308 cubicInsert(impTs[0][index], testT, tmpLine[0], cubic1, cubic2);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp379 SkDLine tmpLine; local
381 tmpLine[0] = tmpLine[1] = q2[testTIndex];
382 tmpLine[1].fX += q2[1].fY - q2[testTIndex].fY;
383 tmpLine[1].fY -= q2[1].fX - q2[testTIndex].fX;
385 impTs.intersectRay(q1, tmpLine);
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {
392 i->insert(testT, impTs[0][index], tmpLine[0]);
394 i->insert(impTs[0][index], testT, tmpLine[0]);
H A DSkDCubicIntersection.cpp293 SkDLine tmpLine;
294 tmpLine[0] = tmpLine[1] = cubic2[t1Index];
295 tmpLine[1].fX += cubic2[2 - start].fY - cubic2[t1Index].fY;
296 tmpLine[1].fY -= cubic2[2 - start].fX - cubic2[t1Index].fX;
299 impTs.intersectRay(cubic1, tmpLine);
302 if (!tmpLine[0].approximatelyEqual(realPt)) {
306 cubicInsert(testT, impTs[0][index], tmpLine[0], cubic2, cubic1);
308 cubicInsert(impTs[0][index], testT, tmpLine[0], cubic1, cubic2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 691 milliseconds