HomeSort by relevance Sort by last modified time
    Searched refs:Photo (Results 26 - 50 of 75) sorted by null

12 3

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
RotateFilter.java 22 import com.android.gallery3d.photoeditor.Photo;
37 public void process(Photo src, Photo dst) {
CropFilter.java 23 import com.android.gallery3d.photoeditor.Photo;
41 public void process(Photo src, Photo dst) {
Filter.java 22 import com.android.gallery3d.photoeditor.Photo;
27 * Image filter for photo editing; most of its methods must be called from a single GL thread except
90 * @param src source photo as the input.
91 * @param dst destination photo having the same dimension as source photo as the output.
93 public abstract void process(Photo src, Photo dst);
DoodleFilter.java 28 import com.android.gallery3d.photoeditor.Photo;
51 * Signals once at least a doodle drawn within photo bounds; this filter is regarded as invalid
52 * (no-op on the photo) until not all its doodling is out of bounds.
66 public void process(Photo src, Photo dst) {