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

1 2 3 4 5

  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 55 SDL_bool intersected; local
67 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
68 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 15, 31, 15);
75 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
76 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 15, 0, 15, 31);
83 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
84 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 0, 31, 31);
91 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
92 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 31, 31, 0, 0);
99 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2)
126 SDL_bool intersected; local
193 SDL_bool intersected; local
248 SDL_bool intersected; local
284 SDL_bool intersected; local
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
TriangleRaycastTest.java 163 // The callback specifies the intersected MeshPart as well as triangle.
173 // Get the position coordinates of the vertices belonging to intersected triangle.
  /frameworks/base/graphics/java/android/graphics/
Rect.java 415 * @param left The left side of the rectangle being intersected with this
417 * @param top The top of the rectangle being intersected with this rectangle
418 * @param right The right side of the rectangle being intersected with this
420 * @param bottom The bottom of the rectangle being intersected with this
444 * @param r The rectangle being intersected with this rectangle.
460 * @param a The first rectangle being intersected with
461 * @param b The second rectangle being intersected with
RectF.java 333 * @param left The left side of the rectangle being intersected with this
335 * @param top The top of the rectangle being intersected with this rectangle
336 * @param right The right side of the rectangle being intersected with this
338 * @param bottom The bottom of the rectangle being intersected with this
370 * @param r The rectangle being intersected with this rectangle.
385 * @param a The first rectangle being intersected with
386 * @param b The second rectangle being intersected with
  /frameworks/base/core/java/android/view/
TouchDelegate.java 55 * True if the delegate had been targeted on a down event (intersected mBounds).
  /frameworks/base/libs/hwui/
ClipArea.h 95 // region and path - intersected. if either is empty, don't use
  /frameworks/base/opengl/java/android/opengl/
Visibility.java 92 * @return the number of spheres that intersected the frustum. Can be
  /development/ndk/platforms/android-13/include/android/
input.h 322 /* No edges intersected */
325 /* Flag indicating the motion event intersected the top edge of the screen. */
328 /* Flag indicating the motion event intersected the bottom edge of the screen. */
331 /* Flag indicating the motion event intersected the left edge of the screen. */
334 /* Flag indicating the motion event intersected the right edge of the screen. */
    [all...]
  /development/ndk/platforms/android-14/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...]
  /development/ndk/platforms/android-18/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...]
  /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. */
  /prebuilts/ndk/current/platforms/android-12/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. */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/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. */
  /prebuilts/ndk/current/platforms/android-12/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. */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
input.h 322 /* No edges intersected */
325 /* Flag indicating the motion event intersected the top edge of the screen. */
328 /* Flag indicating the motion event intersected the bottom edge of the screen. */
331 /* Flag indicating the motion event intersected the left edge of the screen. */
334 /* Flag indicating the motion event intersected the right edge of the screen. */
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
input.h 322 /* No edges intersected */
325 /* Flag indicating the motion event intersected the top edge of the screen. */
328 /* Flag indicating the motion event intersected the bottom edge of the screen. */
331 /* Flag indicating the motion event intersected the left edge of the screen. */
334 /* Flag indicating the motion event intersected the right edge of the screen. */
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
input.h 322 /* No edges intersected */
325 /* Flag indicating the motion event intersected the top edge of the screen. */
328 /* Flag indicating the motion event intersected the bottom edge of the screen. */
331 /* Flag indicating the motion event intersected the left edge of the screen. */
334 /* Flag indicating the motion event intersected the right edge of the screen. */
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/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...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/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...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/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...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/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...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/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...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/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...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/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...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/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...]

Completed in 1502 milliseconds

1 2 3 4 5