Home
last modified time | relevance | path

Searched refs:sect2 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.cpp13 SkTSect<SkDQuad, SkDQuad> sect2(quad2 in intersect()
15 SkTSect<SkDQuad, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
22 SkTSect<SkDQuad, SkDConic> sect2(quad in intersect()
24 SkTSect<SkDConic, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
31 SkTSect<SkDConic, SkDConic> sect2(conic2 in intersect()
33 SkTSect<SkDConic, SkDConic>::BinarySearch(&sect1, &sect2, this); in intersect()
40 SkTSect<SkDQuad, SkDCubic> sect2(quad in intersect()
42 SkTSect<SkDCubic, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
49 SkTSect<SkDConic, SkDCubic> sect2(conic in intersect()
51 SkTSect<SkDCubic, SkDConic>::BinarySearch(&sect1, &sect2, this); in intersect()
[all …]
DSkPathOpsTSect.h232 static void BinarySearch(SkTSect* sect1, SkTSect<OppCurve, TCurve>* sect2,
277 bool coincidentCheck(SkTSect<OppCurve, TCurve>* sect2);
278 void coincidentForce(SkTSect<OppCurve, TCurve>* sect2, double start1s, double start1e);
281 void computePerpendiculars(SkTSect<OppCurve, TCurve>* sect2, SkTSpan<TCurve, OppCurve>* first,
293 static int EndsEqual(const SkTSect* sect1, const SkTSect<OppCurve, TCurve>* sect2,
295 bool extractCoincident(SkTSect<OppCurve, TCurve>* sect2, SkTSpan<TCurve, OppCurve>* first,
305 bool matchedDirection(double t, const SkTSect<OppCurve, TCurve>* sect2, double t2) const;
306 void matchedDirCheck(double t, const SkTSect<OppCurve, TCurve>* sect2, double t2,
308 void mergeCoincidence(SkTSect<OppCurve, TCurve>* sect2);
910 bool SkTSect<TCurve, OppCurve>::binarySearchCoin(SkTSect<OppCurve, TCurve>* sect2, double tStart, in binarySearchCoin() argument
[all …]
/external/iproute2/doc/
Dss.sgml313 <sect2><tt/OPTIONS/
363 <sect2><tt/STATE-FILTER/
385 <sect2><tt/ADDRESS_FILTER/
/external/skia/tests/
DPathOpsDebug.cpp498 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth() argument
499 sect1->dumpBoth(sect2); in DumpBoth()