OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPoint2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Line.java
21
void
setPoint2
(float x, float y);
ImageGrad.java
148
mGradRep.
setPoint2
(cx, cy+rx);
157
mEllipse.
setPoint2
(c2[0], c2[1]);
164
mEllipse.
setPoint2
(c2[0], c2[1]);
GradControl.java
84
public void
setPoint2
(float x, float y) {
164
line.
setPoint2
(mDownPoint2X + dx, mDownPoint2Y + dy);
178
line.
setPoint2
(mDownPoint2X + dx, mDownPoint2Y + dy);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
408
public void
setPoint2
(float x, float y) {
Completed in 24 milliseconds