HomeSort by relevance Sort by last modified time
    Searched defs:intersect (Results 1 - 25 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/pathops/
SkPathOpsTSect.cpp 10 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
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 71 * @param mask The mask to intersect with.
74 ReasonsMask intersect(ReasonsMask mask) method in class:ReasonsMask
  /external/skia/src/gpu/
GrFixedClip.h 29 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { function in class:final
30 return fScissorState.intersect(irect);
GrScissorState.h 19 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { function in class:GrScissorState
24 return fRect.intersect(rect);
  /frameworks/base/media/java/android/media/
Utils.java 78 result.add(range.intersect(one[ix]));
85 result.add(range.intersect(one[ix]));
177 return range.intersect(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
RedEyeCandidate.java 43 public boolean intersect(RectF rect) { method in class:RedEyeCandidate
44 return mRect.intersect(rect);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 99 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));
  /frameworks/base/core/java/android/util/
Range.java 204 public Range<T> intersect(Range<T> range) { method in class:Range
227 * See {@link #intersect(Range)} for more details.</p>
236 public Range<T> intersect(T lower, T upper) { method in class:Range
  /frameworks/native/libs/ui/
Rect.cpp 85 bool Rect::intersect(const Rect& with, Rect* result) const { function in class:android::Rect
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 252 // Make map from block id to order index (for intersect call)
280 d = intersect(d, p, postnum, idom)
296 // intersect finds the closest dominator of both b and c.
298 func intersect(b, c *Block, postnum []int, idom []*Block) *Block { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 252 // Make map from block id to order index (for intersect call)
280 d = intersect(d, p, postnum, idom)
296 // intersect finds the closest dominator of both b and c.
298 func intersect(b, c *Block, postnum []int, idom []*Block) *Block { func
  /build/make/tools/releasetools/
rangelib.py 160 def intersect(self, other): member in class:RangeSet
164 >>> RangeSet("10-19 30-34").intersect(RangeSet("18-32"))
166 >>> RangeSet("10-19 30-34").intersect(RangeSet("22-28"))
207 # This is like intersect, but we can stop as soon as we discover the
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 38 public void intersect(Property[] properties) { method in class:PropertyListIntersector
  /external/skia/src/core/
SkRect.cpp 114 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { function in class:SkRect
120 bool SkRect::intersect(const SkRect& r) { function in class:SkRect
121 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
124 bool SkRect::intersect(const SkRect& a, const SkRect& b) { function in class:SkRect
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsBackupTest.java 529 intersect(settingsToBackup, blacklist),
563 private static <T> Set<T> intersect(Set<T> s1, Set<T> s2) { method in class:SettingsBackupTest
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 113 static void intersect(struct copybit_rect_t *out, function
163 intersect(&clip, scissor, dst);
458 intersect(&clip, &bounds, &clip);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
SelectionTest.java 129 testSelection.intersect(new HashSet<String>());
136 testSelection.intersect(Sets.newHashSet("foo"));
143 selection.intersect(new HashSet<String>());
158 testSelection.intersect(set);
173 testSelection.intersect(Sets.newHashSet(ids1));
193 testSelection.intersect(Sets.newHashSet(ids1));
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 82 int intersect = 0; local
95 intersect += 1;
108 assertTrue(intersect < lineLength);
110 assertTrue(intersect >= lineLength / SEGMENT_LENGTH);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableInfo.java 118 newStart.intersect(specs, true);
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 118 newStart.intersect(specs, true);
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 118 newStart.intersect(specs, true);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
FlagSet.java 66 public boolean intersect(FlagSet other, int bucketIndex) { method in class:FlagSet
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 115 static void intersect(struct copybit_rect_t *out, function
167 intersect(&clip, scissor, dst);
498 intersect(&clip, &bounds, &clip);
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 115 static void intersect(struct copybit_rect_t *out, function
167 intersect(&clip, scissor, dst);
498 intersect(&clip, &bounds, &clip);
  /hardware/qcom/display/msm8909/libcopybit/
copybit.cpp 117 static void intersect(struct copybit_rect_t *out, function
173 intersect(&clip, scissor, dst);
513 intersect(&clip, &bounds, &clip);

Completed in 1475 milliseconds

1 2 3 4 5 6 7 8 91011>>