/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 | 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 | 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 | SkDLineIntersection.cpp | 75 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/robolectric/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/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/skia/src/gpu/ |
D | GrReorderCommandBuilder.cpp | 10 static bool intersect(const SkRect& a, const SkRect& b) { in intersect() function
|
D | GrAAConvexTessellator.cpp | 24 static SkScalar intersect(const SkPoint& p0, const SkPoint& n0, in intersect() function
|
/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/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/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 81 public static boolean intersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3) { in intersect() method in Intersection
|
/external/skia/platform_tools/android/gyp_gen/ |
D | vars_dict_lib.py | 132 def intersect(var_dict_list): function
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | Octree.java | 150 public void intersect(Ray r, float farPlane, Geometry[] geoms, CollisionResults results){ in intersect() method in Octree
|
/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/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/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/guava/guava/src/com/google/common/collect/ |
D | GeneralRange.java | 170 GeneralRange<T> intersect(GeneralRange<T> other) { in intersect() method in GeneralRange
|
/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/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
|
/external/harfbuzz_ng/src/ |
D | hb-set-private.hh | 232 inline void intersect (const hb_set_t *other) in intersect() function
|