OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xCoordinate
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/layout/
AnchorTables.cpp
54
le_int16 x = SWAPW(
xCoordinate
);
68
le_int16 x = SWAPW(
xCoordinate
);
80
le_int16 x = SWAPW(
xCoordinate
);
AnchorTables.h
24
le_int16
xCoordinate
;
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
OverviewHelper.java
150
int
xCoordinate
= mDevice.getDisplayWidth() / 2;
152
appObject.drag(new Point(
xCoordinate
, yCoordinate), 1000);
190
int
xCoordinate
= mDevice.getDisplayWidth() / 2;
191
mDevice.drag(
xCoordinate
, appBounds.bottom,
xCoordinate
,
MultiWindowTests.java
110
int
xCoordinate
= mDevice.getDisplayWidth() / 2;
111
mDevice.drag(
xCoordinate
, initialCalcBounds.bottom,
112
xCoordinate
, mDevice.getDisplayHeight() * 3/4, 2);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
237
*x = font->em_scale_x (
xCoordinate
);
249
SHORT
xCoordinate
; /* Horizontal value--in design units */
267
*x = ret && x_ppem ? cx : font->em_scale_x (
xCoordinate
);
279
SHORT
xCoordinate
; /* Horizontal value--in design units */
291
*x = font->em_scale_x (
xCoordinate
);
308
SHORT
xCoordinate
; /* Horizontal value--in design units */
[
all
...]
/external/opencv3/modules/core/misc/java/test/
CoreTest.java
[
all
...]
Completed in 395 milliseconds