Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.cpp62 int32_t* xDivs = nullptr; member
980 int32_t* xDivs = image->xDivs = new int32_t[W]; in do9Patch() local
/aosp14/frameworks/base/tools/aapt/
H A DImages.cpp70 int32_t* xDivs; member
551 int32_t* xDivs = image->xDivs = (int32_t*) malloc(maxSizeXDivs); in do_9patch() local
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp528 const int xDivs[] = { 20, 50 }; in TEST() local
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp163 int32_t* xDivs = getXDivs(); in deviceToFile() local
183 int32_t* xDivs = getXDivs(); in fileToDevice() local
213 void* Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()
223 void Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()