OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBitmapCopy
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
206
public synchronized Bitmap
getBitmapCopy
(Bitmap source, int type) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java
74
public Bitmap
getBitmapCopy
(Bitmap source, int type) {
75
return mBitmapCache.
getBitmapCopy
(source, type);
Completed in 458 milliseconds