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

1 23 4 5 6 7

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 201 regionDelegate.mArea.intersects(left, top, right - left, bottom - top) == false;
217 regionDelegate.mArea.getBounds().intersects(
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 50 bool FloatRect::intersects(const FloatRect& other) const function in class:WebCore::FloatRect
IntRect.h 141 bool intersects(const IntRect&) const;
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 277 return !(boxRect.intersects(ellipsisRect));
RenderTable.cpp 525 if (!overflowBox.intersects(paintInfo.rect))
    [all...]
RenderLayer.cpp     [all...]
RenderFrameSet.cpp 86 if (!paintInfo.rect.intersects(borderRect))
106 if (!paintInfo.rect.intersects(borderRect))
InlineTextBox.cpp 354 if (m_truncation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) {
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedNode.h 121 return clip.intersects(bounds(frame));
  /external/llvm/lib/CodeGen/
Splitter.cpp 614 bool intersects = lis->isLiveOutOfMBB(li, &inBlock) && local
617 if (!intersects) {
621 } else if (intersects) {
  /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))
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecSet.java 310 * Intersects this instance with the given one, modifying this
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 309 * Intersects this instance with the given one, modifying this
  /external/chromium/chrome/browser/history/
query_parser.cc 26 // Returns true if |mp2| intersects |mp1|. This is intended for use by
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 255 // For comparison (with the Intersects function below) we need to account
  /external/chromium/chrome/browser/ui/
window_sizer.cc 272 // Find the size of the work area of the monitor that intersects the bounds
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 231 // Only does the paint if the destination rect intersects with the clip
  /external/skia/include/core/
SkGeometry.h 161 /** 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/Source/WebKit/android/jni/
PictureSet.cpp 254 intersect = SkIRect::Intersects(current->mArea, rect);
262 // If the current picture is a base and it intersects,
479 if (!working->mBase && working->mArea.intersects(inval))
497 XLOG("picture %d (%d, %d, %d, %d - %d x %d) (isRect? %c) intersects with the new inval area (%d, %d, %d, %d - %d x %d) (isRect? %c, we remove it",
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 506 bool draw_left_corner = left.Intersects(gfx::Rect(e->area));
507 bool draw_right_corner = right.Intersects(gfx::Rect(e->area));
  /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/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...]
  /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...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 308 * Finally make sure the particle doesn't intersects

Completed in 1601 milliseconds

1 23 4 5 6 7