OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPoint1
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Line.java
20
void
setPoint1
(float x, float y);
ImageGrad.java
147
mGradRep.
setPoint1
(cx, cy-rx);
153
mEllipse.
setPoint1
(c1[0], c1[1]);
163
mEllipse.
setPoint1
(c1[0], c1[1]);
GradControl.java
89
public void
setPoint1
(float x, float y) {
163
line.
setPoint1
(mDownPoint1X + dx, mDownPoint1Y + dy);
171
line.
setPoint1
(mDownPoint1X + dx, mDownPoint1Y + dy);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
402
public void
setPoint1
(float x, float y) {
Completed in 45 milliseconds