HomeSort by relevance Sort by last modified time
    Searched refs:intersect (Results 151 - 175 of 473) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
ftfy.sh 131 # Intersect the two diffs
132 "${dirname_self}"/intersect-diffs.py \
  /external/chromium_org/third_party/skia/gm/
offsetimagefilter.cpp 85 clipRect.intersect(cropRectFloat);
  /external/chromium_org/third_party/skia/src/effects/
SkTileImageFilter.cpp 56 if (!srcIRect.intersect(bounds)) {
  /external/chromium_org/third_party/skia/src/image/
SkImage.cpp 69 if (subset && !bounds.intersect(*subset)) {
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 38 tIntersections.intersect(cubic1, cubic2);
344 intersections.intersect(cubic1, cubic2);
426 int newIntersects = intersections2.intersect(cubic1, cubic2);
584 int result = i.intersect(cubic);
PathOpsQuadLineIntersectionTest.cpp 52 intersections.intersect(quad, line);
PathOpsQuadLineIntersectionThreadedTest.cpp 35 intersections.intersect(quad, line);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 139 use_ix = intersect(cng_ix,... % use those that are not CNG/SID frames...
140 intersect(find(isfinite(s.decode)),... % ... that did arrive ...
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 328 gfx::Rect intersect = gfx::IntersectRects(window_bounds, local
330 int overlap = intersect.height();
467 gfx::Rect intersect = gfx::IntersectRects(window_bounds, local
469 int overlap = ShouldEnableInsets(window) ? intersect.height() : 0;
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 165 void intersect(const ConsumedStateMap *Other);
  /external/libvpx/libvpx/tools/
ftfy.sh 132 # Intersect the two diffs
133 "${dirname_self}"/intersect-diffs.py \
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 34 PA.intersect(std::move(PassPA));
  /external/openfst/src/include/fst/
fstlib.h 73 #include <fst/intersect.h>
  /external/skia/gm/
offsetimagefilter.cpp 84 clipRect.intersect(cropRectFloat);
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 38 tIntersections.intersect(cubic1, cubic2);
344 intersections.intersect(cubic1, cubic2);
426 int newIntersects = intersections2.intersect(cubic1, cubic2);
584 int result = i.intersect(cubic);
PathOpsQuadLineIntersectionTest.cpp 52 intersections.intersect(quad, line);
PathOpsQuadLineIntersectionThreadedTest.cpp 35 intersections.intersect(quad, line);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 389 if (!actualCrop.intersect(activeArray)) {
    [all...]
  /frameworks/native/include/ui/
Rect.h 154 bool intersect(const Rect& with, Rect* result) const;
  /frameworks/native/libs/ui/
Rect.cpp 82 bool Rect::intersect(const Rect& with, Rect* result) const { function in class:android::Rect
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 132 # Intersect the two diffs
133 "${dirname_self}"/intersect-diffs.py \
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 152 Utils.assertTrue(overlapRegion.intersect(wantRegion));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
WindowLocationUtil.java 141 clippedBounds.intersect(unclippedBitmapRect);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 146 void intersect(const LayoutRect&);
185 c.intersect(b);
  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.cpp 28 based on later intersect operations, and perhaps remove intersect-rects. We could optionally
74 } else if (isectRect.intersect(stackBounds, scalarQueryBounds)) {
116 tighterBounds->intersect(queryBounds, stackIBounds);
257 // doesn't intersect the bounds then it can be skipped.

Completed in 908 milliseconds

1 2 3 4 5 67 8 91011>>