Searched defs:overlap (Results 51 - 71 of 71) sorted by relevance

123

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp606 *overlaps->append() = check; // partial overlap, extend existing entry
661 SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr; local
664 if (overlap->coinPtTStart()->fT > test->coinPtTStart()->fT) {
665 overlap->setCoinPtTStart(test->coinPtTStart());
667 if (overlap->coinPtTEnd()->fT < test->coinPtTEnd()->fT) {
668 overlap->setCoinPtTEnd(test->coinPtTEnd());
670 if (overlap->flipped()
671 ? overlap->oppPtTStart()->fT < test->oppPtTStart()->fT
672 : overlap->oppPtTStart()->fT > test->oppPtTStart()->fT) {
673 overlap
1400 bool SkOpCoincidence::overlap(const SkOpPtT* coin1s, const SkOpPtT* coin1e, function in class:SkOpCoincidence
[all...]
H A DSkPathOpsTSect.h829 SkDEBUGCODE(const SkTSpan<OppCurve, TCurve>* overlap = testBounded->fBounded);
830 SkASSERT(!overlap->fDeleted);
832 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1);
833 SkASSERT(overlap->findOppSpan(this));
844 const SkTSpan<OppCurve, TCurve>* overlap = testBounded->fBounded; local
845 if (precisely_between(overlap->fStartT, oppT, overlap->fEndT)) {
H A DSkPathOpsDebug.cpp1771 const SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr; local
1774 if (overlap->coinPtTStart()->fT > test->coinPtTStart()->fT) {
1775 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->coinPtTStart());
1777 if (overlap->coinPtTEnd()->fT < test->coinPtTEnd()->fT) {
1778 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->coinPtTEnd());
1780 if (overlap->flipped()
1781 ? overlap->oppPtTStart()->fT < test->oppPtTStart()->fT
1782 : overlap->oppPtTStart()->fT > test->oppPtTStart()->fT) {
1783 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->oppPtTStart());
1785 if (overlap
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c117 /* +MAX_PERIOD/2 to make space for overlap */
121 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
137 + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */
420 const int overlap = mode->overlap; local
439 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N,
440 &out[b+c*N*B], mode->window, overlap, shift, B,
1077 int overlap; local
1081 overlap
1371 int overlap; local
[all...]
/external/valgrind/exp-sgcheck/
H A Dsg_main.c87 if there is any overlap. Redundant paranoia with casting is there
330 /* If there are any blocks which overlap and have the same
1131 Bool overlap = False; local
1138 overlap = del_GlobalTree_range(giTree, a, len);
1153 if (!overlap)
1670 partial overlap case, it can't be the case that both
1671 [ea] and [ea+szB-1] overlap the same block, since if
1673 partial overlap; rather it would simply fall inside
1722 [ea,ea+szB) (right?) That implies they must overlap at
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c366 /* no overlap */
383 /* Does [s1,+len1) overlap [s2,+len2) ? Note: does not handle
403 /* Do the basic mappings of the two DebugInfos overlap in any way? */
446 /* Discard any elements of debugInfo_list which overlap with diRef.
453 overlap with siRef. Since siRef itself is in this list we at
638 function returns (rather than asserts) that |maps| is overlap
667 not overlap map_j. This reflects the reality that when
668 two mmaped areas overlap, the later mmap silently
693 Bool overlap local
697 vg_assert(!overlap);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c165498 RtreeDValue overlap = RTREE_ZERO; local
165824 RtreeDValue overlap; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c165510 RtreeDValue overlap = RTREE_ZERO; local
165836 RtreeDValue overlap; local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1544 milliseconds

123