HomeSort by relevance Sort by last modified time
    Searched refs:intersect (Results 126 - 150 of 515) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 188 % [c, completeIdx, arrivalIdx] = intersect(completeTs, arrivalTs);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 122 float[] intersect = { local
125 return intersect;
  /build/tools/releasetools/
rangelib.py 147 def intersect(self, other): member in class:RangeSet
151 >>> RangeSet("10-19 30-34").intersect(RangeSet("18-32"))
153 >>> RangeSet("10-19 30-34").intersect(RangeSet("22-28"))
194 # This is like intersect, but we can stop as soon as we discover the
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 424 * @param other {@code null-ok;} instance to intersect with (or {@code null})
431 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 428 * @param other {@code null-ok;} instance to intersect with (or {@code null})
435 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 429 * @param other {@code null-ok;} instance to intersect with (or {@code null})
436 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 170 GeneralRange<T> intersect(GeneralRange<T> other) { method in class:GeneralRange
  /external/harfbuzz_ng/src/
hb-set-private.hh 242 inline void intersect (const hb_set_t *other)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java     [all...]
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 180 fCommonAmongAlternates->intersect(*next);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java     [all...]
  /external/llvm/unittests/IR/
PassManagerTest.cpp 227 PA1.intersect(PA4);
  /external/skia/src/core/
SkRegion.cpp 457 if (!sect.intersect(fBounds, r)) {
1020 || !bounds.intersect(rgna->fBounds, rgnb->fBounds)) {
    [all...]
SkBlitter.cpp 372 if (r.intersect(fClipRect)) {
383 if (r.intersect(fClipRect)) {
413 if (r.intersect(fClipRect)) {
SkRecordDraw.cpp 211 if (!rect.intersect(fCurrentClipBounds)) {
244 // We don't call adjustAndMap() because as its last step it would intersect the adjusted
247 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
262 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 582 return localRect.intersect(tempVisibleRect);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 323 cropBox.intersect(mediaBox);
  /libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java 373 newExcluded = permitted.intersect(newPermitted);
  /packages/apps/Settings/src/com/android/settings/widget/
ExploreByTouchHelper.java 511 return localRect.intersect(mTempVisibleRect);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 634 s2.intersect(s1);
639 s2.intersect(s1);
644 s2.intersect(s1);
  /frameworks/native/libs/ui/
Region.cpp 336 const Region Region::intersect(const Rect& rhs) const { function in class:android::Region
356 const Region Region::intersect(const Region& rhs) const { function in class:android::Region
402 const Region Region::intersect(const Region& rhs, int dx, int dy) const { function in class:android::Region
  /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);
  /hardware/qcom/display/msm8994/libcopybit/
copybit.cpp 116 static void intersect(struct copybit_rect_t *out, function
170 intersect(&clip, scissor, dst);
503 intersect(&clip, &bounds, &clip);

Completed in 1021 milliseconds

1 2 3 4 56 7 8 91011>>