HomeSort by relevance Sort by last modified time
    Searched full:intersected (Results 1 - 25 of 42) 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 308 * @param left The left side of the rectangle being intersected with this
310 * @param top The top of the rectangle being intersected with this rectangle
311 * @param right The right side of the rectangle being intersected with this
313 * @param bottom The bottom of the rectangle being intersected with this
345 * @param r The rectangle being intersected with this rectangle.
360 * @param a The first rectangle being intersected with
361 * @param b The second rectangle being intersected with
  /external/skia/tests/
ClipStackTest.cpp 107 // all of the above rects should have been intersected, leaving only 1 rect
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 91 // Get the intersected rect of the requested region and the image.
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 65 // The rectangle will be intersected with the bounds, so the correct half
  /external/skia/src/core/
SkClipStack.cpp 51 * Returns true if this Rec can be intersected in place with a new clip
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 332 int intersected = 0; local
346 ++intersected;
387 ++intersected;
395 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).
  /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 330 /* No edges intersected */
333 /* Flag indicating the motion event intersected the top edge of the screen. */
336 /* Flag indicating the motion event intersected the bottom edge of the screen. */
339 /* Flag indicating the motion event intersected the left edge of the screen. */
342 /* Flag indicating the motion event intersected the right edge of the screen. */
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/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. */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/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. */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/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. */
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/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. */
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/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. */
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/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. */
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 154 p.painter->setClipRect(opt->rect.intersected(damageRect), Qt::IntersectClip);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecSet.java 318 * result elements occur when registers being intersected have
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 317 * result elements occur when registers being intersected have
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 396 return resizeCornerRect.intersected(pageClient->geometryRelativeToOwnerWidget());
421 rect = rect.intersected(QRect(QPoint(0, 0), m_webPage->viewportSize()));

Completed in 1911 milliseconds

1 2