HomeSort by relevance Sort by last modified time
    Searched full:intersects (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/webkit/WebCore/platform/graphics/
FloatRect.h 105 bool intersects(const FloatRect&) const;
IntRect.h 111 bool intersects(const IntRect&) const;
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 13 intersects the invalid region. In turn, each View group is responsible for requesting
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 107 * Returns true if this event intersects the selection region.
  /frameworks/base/awt/java/awt/
Graphics.java 305 * Determines whether or not the specified rectangle intersects the current
316 * @return true, if the specified rectangle intersects the current clipping
320 // TODO: Create package private method Rectangle.intersects(int, int,
322 return getClipBounds().intersects(new Rectangle(x, y, width, height));
354 * Intersects the current clipping area with a new rectangle. If the current
    [all...]
Rectangle.java 599 * Determines whether or not the original rectangle intersects the specified
606 public boolean intersects(Rectangle r) { method in class:Rectangle
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 153 // if the test minor axis line intersects the line segment between cursor
381 DBG_NAV_LOGD("[%d] intersects=%ss testRect=(%d,%d,w=%d,h=%d)"
383 testRect.intersects(rect) ? "true" : "false",
387 if (testRect.intersects(rect)) {
489 if (testRect.intersects(rect) == false)
500 if (cursorRect.intersects(rect)) {
534 if (clip->intersects(testBounds) == false)
699 if (mRoot->scrolledBounds().intersects(test->bounds(this)) == false) {
704 && !mRoot->baseUncovered().intersects(test->bounds(this))) {
    [all...]
CachedNode.h 118 return clip.intersects(bounds(frame));
  /external/webkit/WebCore/platform/
Scrollbar.cpp 176 if (context->paintingDisabled() || !frameRect().intersects(damageRect))
418 if (rect.intersects(resizerRect)) {
  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 78 // Next iterate over all the line boxes on the line. If we find a replaced element that intersects
158 if (inflatedRect.intersects(paintInfo.rect))
InlineBox.cpp 273 return !(boxRect.intersects(ellipsisRect));
RenderPath.cpp 224 if (!nonLocalBoundingBox.intersects(paintInfo.rect) && !paintInfo.rect.isEmpty())
RenderFrameSet.cpp 85 if (!paintInfo.rect.intersects(borderRect))
105 if (!paintInfo.rect.intersects(borderRect))
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 89 if (!frameRect().intersects(damageRect))
543 && iframeRenderer->absoluteBoundingBoxRect().intersects(frameRect)
  /build/tools/apriori/
rangesort.c 180 ERROR("ERROR: Section (%lld, %lld bytes) intersects "
  /frameworks/base/awt/java/awt/geom/
CubicCurve2D.java 1010 public boolean intersects(double rx, double ry, double rw, double rh) { method in class:CubicCurve2D
1019 public boolean intersects(Rectangle2D r) { method in class:CubicCurve2D
    [all...]
Line2D.java 923 public boolean intersects(double rx, double ry, double rw, double rh) { method in class:Line2D
924 return intersects(new Rectangle2D.Double(rx, ry, rw, rh));
927 public boolean intersects(Rectangle2D r) { method in class:Line2D
QuadCurve2D.java 880 public boolean intersects(double rx, double ry, double rw, double rh) { method in class:QuadCurve2D
889 public boolean intersects(Rectangle2D r) { method in class:QuadCurve2D
890 return intersects(r.getX(), r.getY(), r.getWidth(), r.getHeight());
Ellipse2D.java 423 public boolean intersects(double rx, double ry, double rw, double rh) { method in class:Ellipse2D
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 310 * Intersects this instance with the given one, modifying this
  /external/elfcopy/
rangesort.c 198 ERROR("ERROR: Section (%lld, %lld bytes) intersects "
  /external/skia/include/core/
SkGeometry.h 151 /** Given a monotonic cubic bezier, determine whether an xray intersects the
  /external/skia/src/core/
SkScan_Hairline.cpp 82 if (!SkIRect::Intersects(ptsR, clipR)) {
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 97 if (!m_windowRect.intersects(frameView->frameRect()))

Completed in 114 milliseconds

12 3 4 5