Home
last modified time | relevance | path

Searched refs:preProcessImageToCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DImages.h21 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest);
DCacheUpdater.h106 preProcessImageToCache(bundle, source, dest); in processImage()
DImages.cpp1359 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest) in preProcessImageToCache() function
DCommand.cpp2526 if (preProcessImageToCache(bundle, input, output) != NO_ERROR) { in doSingleCrunch()