HomeSort by relevance Sort by last modified time
    Searched full:coordinates (Results 276 - 300 of 897) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 324 // Get key state, coordinates, and wheel delta from event.
403 // Set coordinates by translating event coordinates from screen to client.
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 184 // The base coordinates of a window and it's contentView happen to be the equal at a userSpaceScaleFactor
201 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 143 coordinates. We handle all this with the boundCenterBottom() method. Wrap this around our
214 that defines our map coordinates, then pass it to a new OverlayItem:
220 <p>GeoPoint coordinates are based in microdegrees (degrees * 1e6). The OverlayItem takes this
  /frameworks/base/opengl/libagl/
vertex.cpp 52 // Divides a vertex clip coordinates by W
103 // divide, since we don't need its window coordinates.
112 // compute eye coordinates
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 242 // Location is expressed in window coordinates
248 // Location is expressed in window coordinates
456 // We want to imagine our coordinates from the bottom left, growing up and to the
  /frameworks/base/core/java/android/view/
MotionEvent.java 38 * and a set of axis values that include the X and Y coordinates of the touch and
82 * pointer coordinates are available using {@link #getX(int)} and {@link #getY(int)}.
83 * Earlier coordinates within the batch are accessed using {@link #getHistoricalX(int, int)}
84 * and {@link #getHistoricalY(int, int)}. The coordinates are "historical" only
85 * insofar as they are older than the current coordinates in the batch; however,
86 * they are still distinct from any other coordinates reported in prior motion events.
87 * To process all coordinates in the batch in time order, first consume the historical
88 * coordinates then consume the current coordinates.
116 * such as touch screens, the pointer coordinates specify absolut
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_mac.mm 268 // Input position is in screen coordinates. However, NSMouseMoved
371 // Converts the center position of the view into the coordinates accepted
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 102 // coordinates as |frame|. Decorations will be ordered left to right.
357 // coordinates doesn't require any special-casing. Note that
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 141 // its coordinates, so we force a check_resize here.
159 // it's coordinates, so we force a check_resize here.
  /external/freetype/src/autofit/
afwarp.c 208 /* get X1 and X2, minimum and maximum in original coordinates */
247 /* examine a half pixel wide range around the maximum coordinates */
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 167 /** returns ul position relative to original image; x,y coordinates: 16.16 */
170 /** returns uls position relative to original image at index position; x,y coordinates: 16.16 */
  /external/opencv/cv/include/
cv.h 368 Values of pixels with fractional coordinates are retrieved using bilinear interpolation*/
375 with fractional coordinates)
449 The reader is used to iteratively get coordinates of all the chain points.
650 /* Calculates Voronoi tesselation (i.e. coordinates of Voronoi points) */
    [all...]
  /external/openssl/crypto/ec/
ec.h 428 /** Sets the jacobian projective coordinates of a EC_POINT over GFp
440 /** Gets the jacobian projective coordinates of a EC_POINT over GFp
452 /** Sets the affine coordinates of a EC_POINT over GFp
463 /** Gets the affine coordinates of a EC_POINT over GFp
474 /** Sets the x9.62 compressed coordinates of a EC_POINT over GFp
485 /** Sets the affine coordinates of a EC_POINT over GF2m
496 /** Gets the affine coordinates of a EC_POINT over GF2m
507 /** Sets the x9.62 compressed coordinates of a EC_POINT over GF2m
    [all...]
  /external/openssl/include/openssl/
ec.h 428 /** Sets the jacobian projective coordinates of a EC_POINT over GFp
440 /** Gets the jacobian projective coordinates of a EC_POINT over GFp
452 /** Sets the affine coordinates of a EC_POINT over GFp
463 /** Gets the affine coordinates of a EC_POINT over GFp
474 /** Sets the x9.62 compressed coordinates of a EC_POINT over GFp
485 /** Sets the affine coordinates of a EC_POINT over GF2m
496 /** Gets the affine coordinates of a EC_POINT over GF2m
507 /** Sets the x9.62 compressed coordinates of a EC_POINT over GF2m
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 131 Uint16 x, y; /* The X/Y coordinates of the mouse */
142 Uint16 x, y; /* The X/Y coordinates of the mouse at press time */
  /external/webkit/Source/WebCore/platform/
Widget.h 203 // It is important for cross-platform code to realize that Mac has flipped coordinates. Therefore any code
266 // which has behavior that may differ between platforms (e.g. Mac uses flipped window coordinates).
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 251 // Set coordinates for all tiles
289 // If the layer is rendering top-down, it will flip the coordinates in y. Tiled layers are
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 361 // objectBoundingBox is returned local coordinates.
374 // Returns the full transform mapping from local coordinates to local coords for the parent SVG renderer
379 // coordinates instead of in repaint container coordinates. Eventually the
559 // Convert the given local point to absolute coordinates
564 // Convert a local quad to absolute coordinates, taking transforms into account.
644 // that rect in view coordinates.
    [all...]
RenderReplaced.cpp 291 return createVisiblePosition(caretMinOffset(), DOWNSTREAM); // coordinates are above
294 return createVisiblePosition(caretMaxOffset(), DOWNSTREAM); // coordinates are below
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 240 // RenderBox methods will expect coordinates w/o any transforms in coordinates
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 172 // We want the selection rect in window coordinates.
200 // We want the text rects in selection rect coordinates.
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 37 * <p>When sampling from the texture one should first transform the texture coordinates using the
172 * This transform matrix maps 2D homogeneous texture coordinates of the form (s, t, 0, 1) with s
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 76 // Mapping coordinates for the texture
93 // Buffer holding the texture mapping coordinates
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 131 Uint16 x, y; /* The X/Y coordinates of the mouse */
142 Uint16 x, y; /* The X/Y coordinates of the mouse at press time */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 131 Uint16 x, y; /* The X/Y coordinates of the mouse */
142 Uint16 x, y; /* The X/Y coordinates of the mouse at press time */

Completed in 5945 milliseconds

<<11121314151617181920>>