OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xPos2
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
69
private int
xPos2
= -1;
82
xPos2
= x;
90
xPos2
= copy.
xPos2
;
115
p.
xPos2
= -1;
167
|| b1.
xPos2
!= b2.
xPos2
191
int x = (mCurrentBand.xPos1 + mCurrentBand.
xPos2
)/2;
223
mCurrentBand.
xPos2
+= addDelta;
225
x = (mCurrentBand.xPos1 + mCurrentBand.
xPos2
)/2
[
all
...]
grad.rs
41
int
xPos2
[MAX_POINTS];
59
float x2 =
xPos2
[i];
Completed in 28 milliseconds