OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yPos2
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
70
private int
yPos2
= 100;
83
yPos2
= y-30;
91
yPos2
= copy.
yPos2
;
116
p.
yPos2
= 100;
169
|| b1.
yPos2
!= b2.
yPos2
) {
192
int y = (mCurrentBand.yPos1 + mCurrentBand.
yPos2
)/2;
224
mCurrentBand.
yPos2
+= addDelta;
226
y = (mCurrentBand.yPos1 + mCurrentBand.
yPos2
)/2
[
all
...]
grad.rs
42
int
yPos2
[MAX_POINTS];
60
float y2 =
yPos2
[i];
Completed in 26 milliseconds