Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.cpp12 SkTSect<SkDQuad, SkDQuad> sect2(quad2 PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
13 SkTSect<SkDQuad, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
19 SkTSect<SkDQuad, SkDConic> sect2(quad PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
20 SkTSect<SkDConic, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
26 SkTSect<SkDConic, SkDConic> sect2(conic2 PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
27 SkTSect<SkDConic, SkDConic>::BinarySearch(&sect1, &sect2, this); in intersect()
33 SkTSect<SkDQuad, SkDCubic> sect2(quad PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
34 SkTSect<SkDCubic, SkDQuad>::BinarySearch(&sect1, &sect2, this); in intersect()
40 SkTSect<SkDConic, SkDCubic> sect2(conic PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()
41 SkTSect<SkDCubic, SkDConic>::BinarySearch(&sect1, &sect2, this); in intersect()
[all …]
DSkPathOpsTSect.h220 static void BinarySearch(SkTSect* sect1, SkTSect<OppCurve, TCurve>* sect2,
263 void coincidentCheck(SkTSect<OppCurve, TCurve>* sect2);
264 void coincidentForce(SkTSect<OppCurve, TCurve>* sect2, double start1s, double start1e);
267 void computePerpendiculars(SkTSect<OppCurve, TCurve>* sect2, SkTSpan<TCurve, OppCurve>* first,
279 static int EndsEqual(const SkTSect* sect1, const SkTSect<OppCurve, TCurve>* sect2,
281 SkTSpan<TCurve, OppCurve>* extractCoincident(SkTSect<OppCurve, TCurve>* sect2,
292 bool matchedDirection(double t, const SkTSect<OppCurve, TCurve>* sect2, double t2) const;
293 void matchedDirCheck(double t, const SkTSect<OppCurve, TCurve>* sect2, double t2,
295 void mergeCoincidence(SkTSect<OppCurve, TCurve>* sect2);
875 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.cpp465 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth() argument
466 sect1->dumpBoth(sect2); in DumpBoth()