/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 10 int SkIntersections::intersect(const SkDQuad& quad1, const SkDQuad& quad2) { in intersect() function in SkIntersections 17 int SkIntersections::intersect(const SkDConic& conic, const SkDQuad& quad) { in intersect() function in SkIntersections 24 int SkIntersections::intersect(const SkDConic& conic1, const SkDConic& conic2) { in intersect() function in SkIntersections 31 int SkIntersections::intersect(const SkDCubic& cubic, const SkDQuad& quad) { in intersect() function in SkIntersections 38 int SkIntersections::intersect(const SkDCubic& cubic, const SkDConic& conic) { in intersect() function in SkIntersections 45 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { in intersect() function in SkIntersections
|
D | SkDConicLineIntersection.cpp | 96 int intersect() { in intersect() function in LineConicIntersections 340 int SkIntersections::intersect(const SkDConic& conic, const SkDLine& line) { in intersect() function in SkIntersections
|
D | SkDCubicLineIntersection.cpp | 146 int intersect() { in intersect() function in LineCubicIntersections 414 int SkIntersections::intersect(const SkDCubic& cubic, const SkDLine& line) { in intersect() function in SkIntersections
|
D | SkDQuadLineIntersection.cpp | 168 int intersect() { in intersect() function in LineQuadraticIntersections 421 int SkIntersections::intersect(const SkDQuad& quad, const SkDLine& line) { in intersect() function in SkIntersections
|
D | SkDLineIntersection.cpp | 80 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { in intersect() function in SkIntersections
|
/external/skia/src/core/ |
D | SkRect.cpp | 113 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() function in SkRect 119 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect 123 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 404 Set intersect = new HashSet(); in intersectDN() local 451 Set intersect = new HashSet(); in unionDN() local 479 Set intersect = new HashSet(); in intersectEmail() local 545 Set intersect = new HashSet(); in intersectIP() local 1299 Set intersect = new HashSet(); in intersectDNS() local 1381 private void intersectEmail(String email1, String email2, Set intersect) in intersectEmail() 1498 Set intersect = new HashSet(); in intersectURI() local 1551 private void intersectURI(String email1, String email2, Set intersect) in intersectURI()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 135 Set intersect = new HashSet(); in intersectDN() local 182 Set intersect = new HashSet(); in unionDN() local 210 Set intersect = new HashSet(); in intersectEmail() local 276 Set intersect = new HashSet(); in intersectIP() local 1036 Set intersect = new HashSet(); in intersectDNS() local 1118 private void intersectEmail(String email1, String email2, Set intersect) in intersectEmail() 1235 Set intersect = new HashSet(); in intersectURI() local 1288 private void intersectURI(String email1, String email2, Set intersect) in intersectURI()
|
D | ReasonsMask.java | 74 ReasonsMask intersect(ReasonsMask mask) in intersect() method in ReasonsMask
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRect.java | 99 public boolean intersect(Rect r) { in intersect() method in ShadowRect 104 public boolean intersect(int left, int top, int right, int bottom) { in intersect() method in ShadowRect
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
D | PropertyListIntersector.java | 38 public void intersect(Property[] properties) { in intersect() method in PropertyListIntersector
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathSphere.h | 159 bool Sphere3<T>::intersect(const Line3<T> &line, Vec3<T> &intersection) const in intersect() function
|
D | ImathPlane.h | 186 inline bool Plane3<T>::intersect(const Line3<T>& line, Vec3<T>& point) const in intersect() function
|
D | ImathLineAlgo.h | 123 intersect in intersect() function
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 111 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet 118 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
|
/external/skia/platform_tools/android/gyp_gen/ |
D | vars_dict_lib.py | 132 def intersect(var_dict_list): function
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | Label.java | 361 public static boolean intersect(Label label, Label edgeLabel) { in intersect() method in Label
|
/external/skia/include/core/ |
D | SkRect.h | 283 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) { in intersect() function 291 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& a, const SkIRect& b) { in intersect() function 330 bool SK_WARN_UNUSED_RESULT intersect(int32_t left, int32_t top, in intersect() function
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpecSet.java | 320 public void intersect(RegisterSpecSet other, boolean localPrimary) { in intersect() method in RegisterSpecSet
|
D | RegisterSpec.java | 436 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { in intersect() method in RegisterSpec
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | FeatureSpecificTestSuiteBuilder.java | 270 private static boolean intersect(Set<?> a, Set<?> b) { in intersect() method in FeatureSpecificTestSuiteBuilder
|
/external/llvm/include/llvm/IR/ |
D | PassManager.h | 110 void intersect(const PreservedAnalyses &Arg) { in intersect() function 126 void intersect(PreservedAnalyses &&Arg) { in intersect() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | GeneralRange.java | 170 GeneralRange<T> intersect(GeneralRange<T> other) { in intersect() method in GeneralRange
|
/external/opencv3/modules/stitching/src/ |
D | exposure_compensate.cpp | 87 Mat_<uchar> submask1, submask2, intersect; in feed() local
|
/external/v8/benchmarks/ |
D | raytrace.js | 426 intersect: function(ray){ method in Flog.RayTracer.Shape.Sphere 478 intersect: function(ray){ method in Flog.RayTracer.Shape.Plane
|