Home
last modified time | relevance | path

Searched refs:QUALITY_PREVIEW (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java272 paint(v.get(i), drawCache, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW); in fillBuffer()
279 paint(strokeData, canvas, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW); in draw()
282 null, canvas, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW); in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java172 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in setupEnvironment()
229 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in renderHighres()
346 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW); in render()
DFilterEnvironment.java44 public static final int QUALITY_PREVIEW = 1; field in FilterEnvironment