HomeSort by relevance Sort by last modified time
    Searched refs:intersects (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/webkit/Source/WebKit2/Platform/
Region.cpp 420 if (!m_bounds.intersects(region.m_bounds)) {
  /libcore/luni/src/main/java/java/util/
BitSet.java 449 public boolean intersects(BitSet bs) { method in class:BitSet
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 403 if (canvasRectangle.intersects(r)) {
465 * @return A {@link CanvasViewInfo} that intersects the given point, or null
  /external/skia/src/core/
SkRegion.cpp 430 bool SkRegion::intersects(const SkIRect& r) const {
435 if (!SkIRect::Intersects(fBounds, r)) {
448 bool SkRegion::intersects(const SkRegion& rgn) const {
453 if (!SkIRect::Intersects(fBounds, rgn.fBounds)) {
968 if (b_empty || !SkIRect::Intersects(rgna->fBounds, rgnb->fBounds))
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 43 return m_possiblyExistingMarkerTypes.intersects(types);
110 // If one of them is of the same type as the new marker and touches it or intersects with it
530 if (rects[rectIndex].intersects(r))
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 523 // The layer is visible if it intersects any part of a rectangle whose origin
525 return mappedRect.intersects(FloatRect(-1, -1, 2, 2));
    [all...]
LayerTilerChromium.cpp 139 if (tileRect.intersects(contentRect))
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 86 if (!paintInfo.rect.intersects(borderRect))
106 if (!paintInfo.rect.intersects(borderRect))
InlineFlowBox.cpp     [all...]
RootInlineBox.cpp 97 // Next iterate over all the line boxes on the line. If we find a replaced element that intersects
175 if (inflatedRect.intersects(paintInfo.rect))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 620 if (imageRect.intersects(r)) {
629 if (imageRect.intersects(r)) {
638 if (imageRect.intersects(r)) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 195 assert(!VisitedVRegs.intersects(VRegs) && "vreg in multiple unions");
  /external/skia/include/core/
SkRect.h 197 /** If r intersects this rectangle, return true and set this rectangle to that
246 /** If the rectangle specified by left,top,right,bottom intersects this rectangle,
265 static bool Intersects(const SkIRect& a, const SkIRect& b) {
450 /** If this rectangle intersects r, return true and set this rectangle to that
456 /** If this rectangle intersects the rectangle specified by left, top, right, bottom,
467 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const {
479 static bool Intersects(const SkRect& a, const SkRect& b) {
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 561 if (!invalRect->intersects(rect)) {
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 429 return rect.intersects(getBBox());
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 610 if (currentMatchRegion.intersects(region))
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 547 public final boolean intersects(int julianDay, int startMinute, method in class:Event
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 492 targetRect.intersects(rect);
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 889 if (!rowRect.intersects(rect))
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 175 if (!m_windowRect.intersects(frameView->frameRect())
    [all...]

Completed in 2994 milliseconds

1 23 4 5