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

<<11121314151617181920>>

  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB565toYUV420.c 112 /* Loop on each row of the output image, input coordinates are estimated from output ones */
M4VIFI_RGB888toYUV420.c 91 /* loop on each row of the output image, input coordinates are estimated from output ones */
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 748 * Gets the node bounds in parent coordinates.
757 * Sets the node bounds in parent coordinates.
772 * Gets the node bounds in screen coordinates.
781 * Sets the node bounds in screen coordinates.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 46 // Computes the rectangle coordinates of the given event on the screen.
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 773 float [] coordinates = new float[] {hv.mCropRect.centerX(), local
775 getImageMatrix().mapPoints(coordinates);
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 261 // Reset the texture matrix. We will set our own texture coordinates
409 // This function changes the source coordinate to the texture coordinates.
410 // It also clips the source and target coordinates if it is beyond the
419 // Convert to texture coordinates
PositionController.java 77 // The focus point of the scaling gesture (in bitmap coordinates).
500 // To linearly interpolate the position on view coordinates, we do the
502 // (1) convert a bitmap position (x, y) to view coordinates:
505 // (2) interpolate between the "from" and "to" coordinates:
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
PointerInfo.java 34 * The number of coordinates per vertex. 1..4
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 36 * and screen coordinates.
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
galaxy.rs 113 // Map to the projection coordinates (viewport.x = -1.0 -> 1.0)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 47 private final static String NODE_COORDINATES = "coordinates"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 72 /** Start mouse coordinate, in control coordinates. */
  /sdk/rule_api/src/com/android/ide/common/api/
DropFeedback.java 95 * NOTE: The coordinate units will be in layout/view coordinates. In other words, they
  /external/icu4c/i18n/
astro.cpp 438 * Convert from ecliptic to equatorial coordinates.
440 * @param ecliptic A point in the sky in ecliptic coordinates.
441 * @return The corresponding point in equatorial coordinates.
451 * Convert from ecliptic to equatorial coordinates.
456 * @return The corresponding point in equatorial coordinates.
482 * Convert from ecliptic longitude to equatorial coordinates.
486 * @return The corresponding point in equatorial coordinates.
661 * in equatorial coordinates.
777 // // 1. Calculate coordinates of the sun's center for midnight
    [all...]
  /development/ndk/platforms/android-9/include/android/
input.h 434 * screen coordinates to adjust for the absolute position of the containing windows
438 /* Get the precision of the Y coordinates being reported.
440 * screen coordinates to adjust for the absolute position of the containing windows
444 /* Get the precision of the X coordinates being reported.
449 /* Get the precision of the Y coordinates being reported.
  /external/opencv/cvaux/src/
cvcorrimages.cpp 98 CV_ERROR( CV_StsOutOfRange, "Number of point coordinates must be == 2" );
257 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be 2" );
615 CV_ERROR( CV_StsOutOfRange, "OldPoints must have 2 coordinates >= 0" );
620 CV_ERROR( CV_StsOutOfRange, "NewPoints must have 2 coordinates >= 0" );
983 numCoord = points[0]->rows;// !!! may be number of coordinates is not correct !!!
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 631 /** Return the current clip bounds in local coordinates, expanding it to
636 /** Return the current clip bounds in device coordinates in bounds. If the
696 screen. The coordinates are relative to the size of the plugin in the
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 532 // the document's window coordinates.
611 // Get the frame rect in window coordinates.
621 // Get the frame rect in window coordinates.
625 // Get the window clip rect for the enclosing layer (in window coordinates).
630 // Intersect the two rects to get the view clip rect in window coordinates.
    [all...]
  /frameworks/base/native/include/android/
input.h 580 * screen coordinates to adjust for the absolute position of the containing windows
584 /* Get the precision of the Y coordinates being reported.
586 * screen coordinates to adjust for the absolute position of the containing windows
590 /* Get the precision of the X coordinates being reported.
595 /* Get the precision of the Y coordinates being reported.
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
input.h 434 * screen coordinates to adjust for the absolute position of the containing windows
438 /* Get the precision of the Y coordinates being reported.
440 * screen coordinates to adjust for the absolute position of the containing windows
444 /* Get the precision of the X coordinates being reported.
449 /* Get the precision of the Y coordinates being reported.
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
input.h 434 * screen coordinates to adjust for the absolute position of the containing windows
438 /* Get the precision of the Y coordinates being reported.
440 * screen coordinates to adjust for the absolute position of the containing windows
444 /* Get the precision of the X coordinates being reported.
449 /* Get the precision of the Y coordinates being reported.
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
input.h 434 * screen coordinates to adjust for the absolute position of the containing windows
438 /* Get the precision of the Y coordinates being reported.
440 * screen coordinates to adjust for the absolute position of the containing windows
444 /* Get the precision of the X coordinates being reported.
449 /* Get the precision of the Y coordinates being reported.
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 27 float2 detailTextureOffset; // offset to add, in screen coordinates
28 float2 detailLineOffset; // offset to add to detail line, in screen coordinates
29 float2 detailTexturePosition[2]; // screen coordinates of detail texture, computed at draw time
804 * Convert projection from normalized coordinates to pixel coordinates.
811 rsDebug("Bad transform while converting from normalized to pixel coordinates: ",
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1183 /* load outline point coordinates into hinter glyph */
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 569 // Move into local coordinates.
573 // Move back into the parent coordinates.
707 // adjust the translation coordinates of the draw transform matrix so
708 // that layers (defined in content coordinates) will align to display/view pixels
728 // The clipping rect calculation and intersetion will be done in documents coordinates.
1057 // in document coordinates
    [all...]

Completed in 777 milliseconds

<<11121314151617181920>>