]>
git.saurik.com Git - android/aapt.git/blob - Images.h
2 // Copyright 2006 The Android Open Source Project
4 // Build resource files from raw assets.
10 #include "ResourceTable.h"
13 #include <utils/String8.h>
14 #include <utils/RefBase.h>
16 using android::String8
;
18 status_t
preProcessImage(const Bundle
* bundle
, const sp
<AaptAssets
>& assets
,
19 const sp
<AaptFile
>& file
, String8
* outNewLeafName
);
21 status_t
preProcessImageToCache(const Bundle
* bundle
, const String8
& source
, const String8
& dest
);
23 status_t
postProcessImage(const sp
<AaptAssets
>& assets
,
24 ResourceTable
* table
, const sp
<AaptFile
>& file
);