HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 401 - 425 of 1025) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 51 * and a row-stride. So, the sample at coordinate (x, y) can be retrieved
59 * <li>The rotation is applied counter-clockwise relative to the coordinate
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java 186 public static boolean isValidCoordinate(final int coordinate) {
189 return coordinate >= 0;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 127 // The coordinates of panel's left-top corner in parentView's coordinate system.
152 * Returns the default x coordinate for showing this panel.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 265 * @param x the x-coordinate of the event point
266 * @param y the y-coordinate of the event point
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 175 * @param offsetX the new mouse X coordinate
176 * @param offsetY the new mouse Y coordinate
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 235 // specify Z coordinate iterators (0.32)
238 // specify W coordinate iterators (16.16)
  /external/mesa3d/src/mesa/math/
m_matrix.c 967 * \param left left clipping plane coordinate.
968 * \param right right clipping plane coordinate.
969 * \param bottom bottom clipping plane coordinate.
970 * \param top top clipping plane coordinate.
1007 * \param left left clipping plane coordinate.
1008 * \param right right clipping plane coordinate.
1009 * \param bottom bottom clipping plane coordinate.
1010 * \param top top clipping plane coordinate.
1085 * \param x translation vector x coordinate
    [all...]
  /external/mesa3d/docs/
subset-A.html 41 <li>Texture coordinate generation</li>
150 specify the texture coordinate for subsequent vertices. &nbsp;Texture
230 <h1>3. Coordinate Transformation</h1>
234 the viewport. &nbsp;The following coordinate transformation commands are
351 A coordinate transformed to window coordinates is hereafter known as (x<sub>w</sub>,
362 Clipping occurs in <span style="font-style: italic;">clip coordinate
384 4-component coordinate (x, y, 0, 1). &nbsp;The coordinate is processed
386 matrix and mapped to the viewport. &nbsp;The resulting window coordinate
387 is stored as the current raster position. &nbsp;The coordinate i
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 64 " // Pass through the texture coordinate.\n"
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestGenericDetailFragment.java 67 // Reset any collected touch coordinate results on the primary touch down
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 146 // Load the texture coordinate
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 604 cam_coordinate_type_t coordinate[MAX_ROI]; member in union:__anon2810::__anon2811
640 cam_coordinate_type_t left_eye_center; /* coordinate of center of left eye */
641 cam_coordinate_type_t right_eye_center; /* coordinate of center of right eye */
642 cam_coordinate_type_t mouth_center; /* coordinate of center of mouth */
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 630 cam_coordinate_type_t coordinate[MAX_ROI]; member in union:__anon3301::__anon3302
666 cam_coordinate_type_t left_eye_center; /* coordinate of center of left eye */
667 cam_coordinate_type_t right_eye_center; /* coordinate of center of right eye */
668 cam_coordinate_type_t mouth_center; /* coordinate of center of mouth */
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolator.java 54 // Samples (first index is y-coordinate, i.e. subarray variable is x)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 377 * Returns true if any coordinate of this vector is NaN; false otherwise
378 * @return true if any coordinate of this vector is NaN; false otherwise
385 * Returns true if any coordinate of this vector is infinite and none are NaN;
387 * @return true if any coordinate of this vector is infinite and none are NaN;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/
timeline_display_transform_animations.html 99 * @param {Number} goalFocalPointXWorld The X coordinate in the world which is
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 45 // single-threaded and we can't coordinate with the app.
  /external/deqp/doc/testspecs/GLES2/
functional.vertex_arrays.single_attribute.txt 48 two components are used. First and third component are used as x coordinate
  /external/deqp/doc/testspecs/GLES3/
functional.vertex_arrays.single_attribute.txt 51 two components are used. First and third component are used as x coordinate
  /external/deqp/doc/testspecs/GLES31/
functional.texture.gather.txt 63 is read with glReadPixels(), and verified with routines that take coordinate
  /external/deqp/framework/common/
tcuMatrixUtil.hpp 47 // Builds a translation matrix for a homogenous coordinate system
tcuTexCompareVerifier.hpp 39 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
  /external/eigen/test/eigen2/
sparse.h 41 * \param zeroCoords and nonzeroCoords allows to get the coordinate lists of the non zero,
  /external/eigen/test/
sparse.h 53 * \param zeroCoords and nonzeroCoords allows to get the coordinate lists of the non zero,
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 111 """Return the center of the rectangle as an (x, y) coordinate."""

Completed in 189 milliseconds

<<11121314151617181920>>