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

1 2 3 4 5 6 78 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 254 if (intersect(features, requirements.getAbsentFeatures())) {
268 private static boolean intersect(Set<?> a, Set<?> b) { method in class:FeatureSpecificTestSuiteBuilder
  /external/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.
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 545 updateRect.intersect(rectToCopyOnScroll());
553 panScrollIconDirtyRect.intersect(clipRect);
784 paintRect.intersect(visibleContentRect());
875 documentDirtyRect.intersect(visibleAreaWithoutScrollbars);
894 scrollViewDirtyRect.intersect(visibleAreaWithScrollbars);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 344 intersection.intersect(touchArea);
350 // Uses a hybrid of distance to adjust and intersect ratio, normalizing each score between 0 and 1
369 rect.intersect(touchRect);
414 bounds.intersect(touchArea);
423 // guarantee that the point will be inside the quad. Corner-cases exist where the quad will intersect but this
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 85 // curves at most intersect at the endpoints
130 int roots = rootTs.intersect(q1, line);
158 int roots = rootTs.intersect(q2, *testLines[index]);
399 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { function in class:SkIntersections
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 85 // curves at most intersect at the endpoints
130 int roots = rootTs.intersect(q1, line);
158 int roots = rootTs.intersect(q2, *testLines[index]);
399 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { function in class:SkIntersections
  /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);
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 115 static void intersect(struct copybit_rect_t *out, function
166 intersect(&clip, scissor, dst);
492 intersect(&clip, &bounds, &clip);
  /external/chromium_org/skia/ext/
pixel_ref_utils.cc 97 mapped_rect.intersect(SkRect::Make(draw.fRC->getBounds()));
339 paint_rect.intersect(rect, canvas_rect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 302 rectForPaintInvalidation.intersect(filterBoxRect);
344 m_paintInvalidationRect.intersect(filterSourceRect);
RenderImage.cpp 240 paintInvalidationRect.intersect(contentBoxRect());
420 screenArea.intersect(objectBounds);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 358 // but the most common case is that overflow is hidden, so always intersect.
359 contentPaintInvalidationRect.intersect(pixelSnappedBorderBoxRect());
384 paintInvalidationRect.intersect(pixelSnappedBorderBoxRect());
SVGRenderSupport.cpp 267 paintInvalidationRect.intersect(clipper->resourceBoundingBox(renderer));
270 paintInvalidationRect.intersect(masker->resourceBoundingBox(renderer));
  /external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp 171 if (!clippedSrcRect.intersect(srcRect)) {
380 if (clippedRect.intersect(srcRect)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
353 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 348 // Then intersect the preserved set so that invalidation of module
350 PA.intersect(std::move(PassPA));
560 // Then intersect the preserved set so that invalidation of module
562 PA.intersect(std::move(PassPA));
  /external/skia/tests/
ReadPixelsTest.cpp 172 if (!clippedSrcRect.intersect(srcRect)) {
382 if (clippedRect.intersect(srcRect)) {
  /build/tools/releasetools/
rangelib.py 138 def intersect(self, other): member in class:RangeSet
142 >>> RangeSet("10-19 30-34").intersect(RangeSet("18-32"))
144 >>> RangeSet("10-19 30-34").intersect(RangeSet("22-28"))
185 # This is like intersect, but we can stop as soon as we discover the
sparse_img.py 171 assert ranges.size() == ranges.intersect(remaining).size()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 120 properties.clippedAbsoluteBoundingBox.intersect(clipRect);
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 754 FT_Int intersect;
759 intersect = ( a->y - point->y ) ^ ( b->y - point->y );
762 if ( intersect >= 0 )
764 if ( intersect == 0 && a->y == point->y )
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set-private.hh 232 inline void intersect (const hb_set_t *other)
  /external/chromium_org/third_party/skia/bench/
RegionBench.cpp 163 r.intersect(fArray1[j]);
178 DEF_BENCH( return SkNEW_ARGS(RegionBench, (SMALL, sect_proc, "intersect")); )
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 788 if (tmpR.intersect(xr)) {
801 if (tmpR.intersect(xr)) {
853 if (!newR.intersect(origR)) {
866 if (newR.intersect(origR)) {
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java 142 visibleBounds.intersect(parentBounds);

Completed in 776 milliseconds

1 2 3 4 5 6 78 91011>>