OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterPoint
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPoint.java
19
public interface
FilterPoint
{
FilterPointRepresentation.java
23
private Vector<
FilterPoint
> mCandidates = new Vector<
FilterPoint
>();
46
public Vector<
FilterPoint
> getCandidates() {
62
public void addCandidate(
FilterPoint
c) {
71
for (
FilterPoint
redEyeCandidate : representation.mCandidates) {
RedEyeCandidate.java
21
public class RedEyeCandidate implements
FilterPoint
{
ImageFilterRedEye.java
42
public Vector<
FilterPoint
> getCandidates() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImagePoint.java
28
import com.android.gallery3d.filtershow.filters.
FilterPoint
;
72
for (
FilterPoint
candidate : mRedEyeRep.getCandidates()) {
79
FilterPoint
candidate, Canvas canvas, Matrix originalToScreen,
ImageRedEye.java
28
import com.android.gallery3d.filtershow.filters.
FilterPoint
;
109
protected void drawPoint(
FilterPoint
point, Canvas canvas, Matrix originalToScreen,
Completed in 58 milliseconds