OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yIndex
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
697
int
yIndex
= 0;
709
int yv = data[
yIndex
] & 0xFF;
716
yIndex
+= 1;
751
int
yIndex
= yStride * y;
768
int yv = data[
yIndex
] & 0xFF;
773
yIndex
+= 1;
783
int
yIndex
= 0;
795
int yv = data[
yIndex
] & 0xFF;
800
yIndex
+= 2;
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
387
yIndex
= 0
405
y = yCoordinates[
yIndex
]
407
y = -yCoordinates[
yIndex
]
408
yIndex
=
yIndex
+ 1
412
y = yCoordinates[
yIndex
]
413
yIndex
=
yIndex
+ 1
416
assert
yIndex
== len(yCoordinates)
Completed in 331 milliseconds