Home
last modified time | relevance | path

Searched defs:Res_png_9patch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h137 struct alignas(uintptr_t) Res_png_9patch struct
139 Res_png_9patch() : wasDeserialized(false), xDivsOffset(0), in Res_png_9patch() function
151 // of the Res_png_9patch struct. argument
152 uint32_t xDivsOffset;
176 static void* serialize(const Res_png_9patch& patchHeader, const int32_t* xDivs, argument
190 inline int32_t* getXDivs() const { in getXDivs()
193 inline int32_t* getYDivs() const { in getYDivs()
196 inline uint32_t* getColors() const { in getColors()