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

1 23 4 5

  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
InlineTextBox.cpp 541 // underline intersects this run. Paint it.
    [all...]
SVGInlineTextBox.cpp 465 // underline intersects this run. Paint it.
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 150 // the local x,y position of the point where that ray intersects
  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 381 return rect.intersects(getBBox());
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 152 if (SkIRect::Intersects(mBounds, rect) == false) {
403 if (SkIRect::Intersects(mPartial, mHit)) {
535 if (SkIRect::Intersects(mPartial, mHit)) {
694 if (best->bounds().intersects(mHistory->mPriorBounds) == false &&
    [all...]
FindCanvas.cpp 587 if (currentMatchRegion.intersects(region))
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 371 bool visible = SkIRect::Intersects(m_visibleDocRect, m_pluginBounds);
  /frameworks/base/awt/java/awt/geom/
RoundRectangle2D.java 590 public boolean intersects(double rx, double ry, double rw, double rh) { method in class:RoundRectangle2D
Rectangle2D.java 686 public boolean intersects(double x, double y, double width, double height) { method in class:Rectangle2D
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 195 // Place markers for every time interval that intersects one of the
  /dalvik/libcore/luni/src/main/java/java/util/
BitSet.java 623 * @return {@code true} if bs intersects with this {@code BitSet},
626 public boolean intersects(BitSet bs) { method in class:BitSet
  /external/skia/src/core/
SkCanvas.cpp 593 if (device->intersects(bounds))
915 return !SkIRect::Intersects(idst, fMCRec->fRegion->getBounds());
    [all...]
SkBlitter.cpp 511 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir)))
SkScan_Path.cpp 583 if (!SkIRect::Intersects(*fClipRect, ir)) // completely clipped out
  /frameworks/base/awt/com/android/internal/awt/
AndroidGraphics2D.java 479 return s.intersects(rect.getX(), rect.getY(), rect.getWidth(), rect
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 611 if (!SkIRect::Intersects(state.fClip->getBounds(), bounds)) {
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 155 if (!m_windowRect.intersects(frameView->frameRect()))
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 501 targetRect.intersects(rect);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 129 if (!m_windowRect.intersects(frameView->frameRect()))
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 147 if (area.intersects(inval)) {
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 456 * @param innerRadius The radius of the circle that intersects the drawable at the bottom two
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 567 public final boolean intersects(int julianDay, int startMinute, method in class:Event
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 104 /* True if the complement of the second intersects the first (their
  /cts/tools/dasm/src/java_cup/
lalr_state.java 588 if (compare.lookahead().intersects(itm.lookahead()))

Completed in 228 milliseconds

1 23 4 5