OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coordinates
(Results
201 - 225
of
1323
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vignette_approx.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh
46
// Convert x and y to floating point
coordinates
with center as origin
fisheye_approx.rsh
46
// Convert x and y to floating point
coordinates
with center as origin
vignette.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
vignette_approx.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh
46
// Convert x and y to floating point
coordinates
with center as origin
fisheye_approx.rsh
46
// Convert x and y to floating point
coordinates
with center as origin
vignette.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
vignette_approx.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
vignette_approx_f.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
vignette_f.rsh
48
// Convert x and y to floating point
coordinates
with center as origin
/frameworks/rs/
rsProgram.h
39
//
coordinates
into type specific. Multiple samples may also be taken
/packages/apps/Launcher3/src/com/android/launcher3/
DragView.java
308
* @param touchX the x coordinate the user touched in DragLayer
coordinates
309
* @param touchY the y coordinate the user touched in DragLayer
coordinates
344
* @param touchX the x coordinate the user touched in DragLayer
coordinates
345
* @param touchY the y coordinate the user touched in DragLayer
coordinates
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
PopupTransitionAnimation.java
54
/** The bounds of the popup in window
coordinates
. Does not include notification bar */
57
/** The bounds of the action bar in window
coordinates
. We clip the popup to below this */
192
// Update currentRect to the new animated
coordinates
, and request mPopupRoot to redraw
193
// itself at the new
coordinates
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AbstractDrawingPreview.java
60
* @param originCoords the top-left
coordinates
of the {@link MainKeyboardView} in
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h
210
int x, y; /* x, y
coordinates
in event window */
211
int x_root; /*
coordinates
relative to root */
212
int y_root; /*
coordinates
relative to root */
242
int x, y; /* x, y
coordinates
in event window */
243
int x_root; /*
coordinates
relative to root */
244
int y_root; /*
coordinates
relative to root */
275
int x, y; /* x, y
coordinates
in event window */
276
int x_root; /*
coordinates
relative to root */
277
int y_root; /*
coordinates
relative to root */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h
210
int x, y; /* x, y
coordinates
in event window */
211
int x_root; /*
coordinates
relative to root */
212
int y_root; /*
coordinates
relative to root */
242
int x, y; /* x, y
coordinates
in event window */
243
int x_root; /*
coordinates
relative to root */
244
int y_root; /*
coordinates
relative to root */
275
int x, y; /* x, y
coordinates
in event window */
276
int x_root; /*
coordinates
relative to root */
277
int y_root; /*
coordinates
relative to root */
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlayTest.java
46
// Do some Monte Carlo testing - pick random
coordinates
and check that if they
/cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java
28
* Vertices data is composed of vertex
coordinates
in x, y, z followed by
29
* texture
coordinates
s, t for each vertex
/cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java
35
"
coordinates
, except constrains the X scrolling position to the horizontal regions " +
39
"
coordinates
, except constrains the X scrolling position to the horizontal regions " +
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java
124
* storing it as starting touch
coordinates
.
139
* storing it as ending touch
coordinates
.
TestGenericDetailFragment.java
136
* storing it as starting touch
coordinates
.
153
* storing it as ending touch
coordinates
.
/development/cmds/monkey/
README.NETWORK.txt
65
y specify
coordinates
on the display (0 0 being the upper left) for
75
of change in the trackball location (as opposed to exact
coordinates
/external/ceres-solver/examples/
libmv_bundle_adjuster.cc
36
// - Space in which markers'
coordinates
are stored in
448
// Apply camera intrinsics to the normalized point to get image
coordinates
.
450
// camera
coordinates
(i.e. the principal point is at (0, 0)) to get image
451
//
coordinates
in pixels. Templated for use with autodifferentiation.
477
// Apply focal length and principal point to get the final image
coordinates
.
495
const T* const X, // Point
coordinates
3x1.
507
// Compute projective
coordinates
: x = RX + t.
515
// Compute normalized
coordinates
: x /= x[2].
Completed in 1688 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>