OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processImage
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt/tests/
MockCacheUpdater.h
30
virtual void
processImage
(String8 source, String8 dest) {
/frameworks/base/tools/aapt/
CacheUpdater.h
28
* To update/add a file to the cache, call
processImage
42
virtual void
processImage
(String8 source, String8 dest) = 0;
101
virtual void
processImage
(String8 source, String8 dest)
CrunchCache.cpp
55
cu->
processImage
(mSourcePath.appendPathCopy(relativePath),
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
ViewfinderProcessor.java
252
processImage
(b, context, type);
261
public static void
processImage
(Bitmap image, Context context, int mMode) {
Completed in 152 milliseconds