Home
last modified time | relevance | path

Searched refs:TYPE_GEOMETRY (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java196 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY in isPanoramaSafe()
362 } else if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) { in addFilter()
372 if (rep.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) { in addFilter()
448 if (r.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) { in getGeometryFilters()
510 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) { in applyFilters()
561 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY in applyFilters()
DCacheProcessing.java98 if (representation.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) { in apply()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java49 public static final byte TYPE_GEOMETRY = 7; field in FilterRepresentation
274 if (getFilterType() == FilterRepresentation.TYPE_GEOMETRY in canMergeWith()
275 && representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) { in canMergeWith()
DFilterStraightenRepresentation.java42 setFilterType(FilterRepresentation.TYPE_GEOMETRY); in FilterStraightenRepresentation()
DFilterRotateRepresentation.java69 setFilterType(FilterRepresentation.TYPE_GEOMETRY); in FilterRotateRepresentation()
DFilterMirrorRepresentation.java73 setFilterType(FilterRepresentation.TYPE_GEOMETRY); in FilterMirrorRepresentation()
DFilterCropRepresentation.java42 setFilterType(FilterRepresentation.TYPE_GEOMETRY); in FilterCropRepresentation()