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.h120 struct alignas(uintptr_t) Res_png_9patch struct
122 Res_png_9patch() : wasDeserialized(false), xDivsOffset(0), in Res_png_9patch() argument
134 // of the Res_png_9patch struct. argument
135 uint32_t xDivsOffset;
159 static void* serialize(const Res_png_9patch& patchHeader, const int32_t* xDivs, argument
173 inline int32_t* getXDivs() const { in getXDivs()
176 inline int32_t* getYDivs() const { in getYDivs()
179 inline uint32_t* getColors() const { in getColors()