Searched defs:intersect (Results 1 - 25 of 81) sorted by relevance

1234

/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp10 int SkIntersections::intersect(const SkDQuad& quad1, const SkDQuad& quad2) { function in class:SkIntersections
19 int SkIntersections::intersect(const SkDConic& conic, const SkDQuad& quad) { function in class:SkIntersections
28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { function in class:SkIntersections
37 int SkIntersections::intersect(const SkDCubic& cubic, const SkDQuad& quad) { function in class:SkIntersections
46 int SkIntersections::intersect(const SkDCubic& cubic, const SkDConic& conic) { function in class:SkIntersections
55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { function in class:SkIntersections
H A DSkDLineIntersection.cpp80 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
82 // see if end points intersect the opposite line
95 Return FALSE if the lines don't intersect
203 // see if end points intersect the opposite line
279 // see if end points intersect the opposite line
/external/skqp/src/pathops/
H A DSkPathOpsTSect.cpp10 int SkIntersections::intersect(const SkDQuad& quad1, const SkDQuad& quad2) { function in class:SkIntersections
19 int SkIntersections::intersect(const SkDConic& conic, const SkDQuad& quad) { function in class:SkIntersections
28 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { function in class:SkIntersections
37 int SkIntersections::intersect(const SkDCubic& cubic, const SkDQuad& quad) { function in class:SkIntersections
46 int SkIntersections::intersect(const SkDCubic& cubic, const SkDConic& conic) { function in class:SkIntersections
55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { function in class:SkIntersections
H A DSkDLineIntersection.cpp80 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
82 // see if end points intersect the opposite line
95 Return FALSE if the lines don't intersect
203 // see if end points intersect the opposite line
279 // see if end points intersect the opposite line
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DReasonsMask.java71 * @param mask The mask to intersect with.
74 ReasonsMask intersect(ReasonsMask mask) method in class:ReasonsMask
/external/junit/src/main/java/org/junit/runner/manipulation/
H A DFilter.java38 public Filter intersect(Filter second) {
104 public Filter intersect(final Filter second) { method in class:Filter
/external/skia/src/gpu/
H A DGrScissorState.h19 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { function in class:GrScissorState
24 return fRect.intersect(rect);
H A DGrFixedClip.h32 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { function in class:final
33 return fScissorState.intersect(irect);
/external/skqp/src/gpu/
H A DGrScissorState.h19 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { function in class:GrScissorState
24 return fRect.intersect(rect);
H A DGrFixedClip.h32 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { function in class:final
33 return fScissorState.intersect(irect);
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
H A DMethodReference.java49 public List<String> intersect(List<String> other) { method in class:MethodReference
53 // Contains the same method reference as intersect
/external/guava/guava/src/com/google/common/collect/
H A DGeneralRange.java170 GeneralRange<T> intersect(GeneralRange<T> other) { method in class:GeneralRange
/external/mesa3d/src/compiler/nir/
H A Dnir_dominance.c54 intersect(nir_block *b1, nir_block *b2) function
81 new_idom = intersect(pred, new_idom);
226 return intersect(b1, b2);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java99 public boolean intersect(Rect r) { method in class:ShadowRect
104 public boolean intersect(int left, int top, int right, int bottom) { method in class:ShadowRect
105 return intersect(new Rect(left, top, right, bottom));
/external/skia/src/core/
H A DSkRect.cpp105 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { function in class:SkRect
111 bool SkRect::intersect(const SkRect& r) { function in class:SkRect
112 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
115 bool SkRect::intersect(const SkRect& a, const SkRect& b) { function in class:SkRect
/external/skqp/src/core/
H A DSkRect.cpp105 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { function in class:SkRect
111 bool SkRect::intersect(const SkRect& r) { function in class:SkRect
112 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
115 bool SkRect::intersect(const SkRect& a, const SkRect& b) { function in class:SkRect
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java361 public static boolean intersect(Label label, Label edgeLabel) { method in class:Label
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java256 if (intersect(features, requirements.getAbsentFeatures())) {
270 private static boolean intersect(Set<?> a, Set<?> b) { method in class:FeatureSpecificTestSuiteBuilder
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp113 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { function in class:ScriptSet
120 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { function in class:ScriptSet
124 this->intersect(t);
140 t.intersect(other);
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DMappedBlockStream.cpp33 static Interval intersect(const Interval &I1, const Interval &I2) { function
91 Interval Intersection = intersect(CachedExtent, RequestExtent);
277 auto Intersection = intersect(WriteInterval, CachedInterval);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.cpp43 inline void intersect( function
137 intersect<ClippingPlane>(s, p, pInPts, pInAttribs, numInAttribs, i, pOutPts, pOutAttribs);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cfg.cpp475 new_idom = intersect(parent->block, new_idom);
491 cfg_t::intersect(bblock_t *b1, bblock_t *b2) function in class:cfg_t
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java237 public static <T> T[] intersect(Class<T> arrayType, T[] first, T[] second) { method in class:Util
238 List<T> result = intersect(first, second);
246 private static <T> List<T> intersect(T[] first, T[] second) { method in class:Util
/external/perfetto/tools/trace_to_text/
H A Dmain.cc315 std::set<uint64_t> intersect; local
318 std::inserter(intersect, intersect.begin()));
320 size_t unresolved_inodes = ftrace_inodes.size() - intersect.size();
328 size_t unexpected_inodes = resolved_inodes.size() - intersect.size();
366 std::set<pid_t> intersect; local
369 std::inserter(intersect, intersect.begin()));
373 (intersect.size() * 100) / tids_in_events.size();
377 intersect
[all...]
/external/skia/src/effects/
H A DSkArithmeticImageFilter.cpp132 static bool intersect(SkPixmap* dst, SkPixmap* src, int srcDx, int srcDy) { function
136 if (!sect.intersect(dstR, srcR)) {
255 if (!i1.intersect(i2)) {
397 if (intersect(&tmpDst, &src, fgoffset.fLeft, fgoffset.fTop)) {

Completed in 4194 milliseconds

1234