Home
last modified time | relevance | path

Searched refs:BitmapCache (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DBuffer.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
37 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in Buffer()
38 mBitmap = cache.getBitmapCopy(bitmap, BitmapCache.PREVIEW_CACHE); in Buffer()
91 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in remove()
DCacheProcessing.java22 import com.android.gallery3d.filtershow.cache.BitmapCache;
136 return environment.getBitmapCopy(originalBitmap, BitmapCache.PREVIEW_CACHE_NO_FILTERS); in process()
194 BitmapCache.PREVIEW_CACHE_NO_ROOT); in process()
211 BitmapCache.PREVIEW_CACHE_NO_ROOT); in process()
229 cacheBitmap = environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE); in process()
259 return environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE_NO_APPLY); in process()
DFilterEnvironment.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
41 private BitmapCache mBitmapCache;
58 public void setBitmapCache(BitmapCache cache) { in setBitmapCache()
171 public BitmapCache getBimapCache() { in getBimapCache()
DCachingPipeline.java31 import com.android.gallery3d.filtershow.cache.BitmapCache;
226 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.HIGHRES); in renderHighres()
251 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.GEOMETRY); in renderGeometry()
273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS); in renderFilters()
357 iconBounds.height(), BitmapCache.ICON); in render()
369 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON); in render()
DRenderingRequest.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
75 source.getWidth(), source.getHeight(), BitmapCache.RENDERING_REQUEST); in post()
DImagePreset.java27 import com.android.gallery3d.filtershow.cache.BitmapCache;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java31 import com.android.gallery3d.filtershow.cache.BitmapCache;
117 private BitmapCache mBitmapCache = new BitmapCache();
422 mPreviousImage = mBitmapCache.getBitmapCopy(getFilteredImage(), BitmapCache.NEW_LOOK); in onNewLook()
829 public BitmapCache getBitmapCache() { in getBitmapCache()
DGeometryMathUtils.java27 import com.android.gallery3d.filtershow.cache.BitmapCache;
319 BitmapCache bitmapCache = MasterImage.getImage().getBitmapCache(); in applyFullGeometryMatrix()
321 frame.height(), BitmapCache.UTIL_GEOMETRY); in applyFullGeometryMatrix()
394 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in applyGeometryRepresentations()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java26 import com.android.gallery3d.filtershow.cache.BitmapCache;
97 outputSize, BitmapCache.TINY_PLANET); in apply()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DImageLoader.java63 private final BitmapCache mBitmapCache = new BitmapCache();
DBitmapCache.java29 class BitmapCache { class
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, in loadRegionBitmap()
277 imageBounds.height(), BitmapCache.REGION); in loadRegionBitmap()
416 BitmapCache cache, in getScaleOneImageForPreset()
DBitmapCache.java29 public class BitmapCache { class
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java131 private BitmapCache mCache;
571 mCache = new BitmapCache(3); in onCreate()
1193 class BitmapCache implements ImageViewTouchBase.Recycler {
1208 public BitmapCache(int size) {