HomeSort by relevance Sort by last modified time
    Searched full:intersected (Results 1 - 25 of 27) sorted by null

1 2

  /external/quake/quake/src/QW/server/
world.h 71 // if touchtriggers, calls prog functions for the intersected triggers
  /external/quake/quake/src/WinQuake/
world.h 57 // if touchtriggers, calls prog functions for the intersected triggers
  /frameworks/base/graphics/java/android/graphics/
Rect.java 358 * @param left The left side of the rectangle being intersected with this
360 * @param top The top of the rectangle being intersected with this rectangle
361 * @param right The right side of the rectangle being intersected with this
363 * @param bottom The bottom of the rectangle being intersected with this
395 * @param r The rectangle being intersected with this rectangle.
410 * @param a The first rectangle being intersected with
411 * @param b The second rectangle being intersected with
RectF.java 277 * @param left The left side of the rectangle being intersected with this
279 * @param top The top of the rectangle being intersected with this rectangle
280 * @param right The right side of the rectangle being intersected with this
282 * @param bottom The bottom of the rectangle being intersected with this
314 * @param r The rectangle being intersected with this rectangle.
329 * @param a The first rectangle being intersected with
330 * @param b The second rectangle being intersected with
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 333 int intersected = 0; local
347 ++intersected;
388 ++intersected;
396 return intersected & 1;
  /frameworks/base/core/java/android/view/
TouchDelegate.java 55 * True if the delegate had been targeted on a down event (intersected mBounds).
MotionEvent.java 236 * Flag indicating the motion event intersected the top edge of the screen.
241 * Flag indicating the motion event intersected the bottom edge of the screen.
246 * Flag indicating the motion event intersected the left edge of the screen.
251 * Flag indicating the motion event intersected the right edge of the screen.
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Visibility.java 92 * @return the number of spheres that intersected the frustum. Can be
  /development/ndk/platforms/android-9/include/android/
input.h 269 /* No edges intersected */
272 /* Flag indicating the motion event intersected the top edge of the screen. */
275 /* Flag indicating the motion event intersected the bottom edge of the screen. */
278 /* Flag indicating the motion event intersected the left edge of the screen. */
281 /* Flag indicating the motion event intersected the right edge of the screen. */
  /frameworks/base/native/include/android/
input.h 269 /* No edges intersected */
272 /* Flag indicating the motion event intersected the top edge of the screen. */
275 /* Flag indicating the motion event intersected the bottom edge of the screen. */
278 /* Flag indicating the motion event intersected the left edge of the screen. */
281 /* Flag indicating the motion event intersected the right edge of the screen. */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 131 // Properties for an intersected FST.
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 150 p.painter->setClipRect(opt->rect.intersected(damageRect), Qt::IntersectClip);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 318 * result elements occur when registers being intersected have
RegisterSpec.java 427 * results occur when registers being intersected have equal local
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 336 rect = rect.intersected(QRect(QPoint(0, 0), m_webPage->viewportSize()));
  /external/skia/include/core/
SkRegion.h 268 this region intersected with the specified clip rectangle.
SkBitmap.h 360 the dst bitmap. If the subset rectangle, intersected with the bitmap's
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 957 newClip.addPath(clippedOut.intersected(newClip));
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 271 * @return The <code>Set</code> of permitted IP ranges intersected with
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uniset.h 140 * <p>Sets may be intersected using the '&' operator or the asymmetric
    [all...]
  /external/icu4c/common/unicode/
uniset.h 140 * <p>Sets may be intersected using the '&' operator or the asymmetric
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 344 QRect intersectedRect = clipRect.intersected(view->frameRect());
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]

Completed in 1099 milliseconds

1 2