Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPng.cpp60 int32_t* xDivs = nullptr; member
934 int32_t* xDivs = image->xDivs = new int32_t[W]; in do9Patch() local
DResourceTypes.cpp165 int32_t* xDivs = getXDivs(); in deviceToFile() local
185 int32_t* xDivs = getXDivs(); in fileToDevice() local
215 void* Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()
225 void Res_png_9patch::serialize(const Res_png_9patch& patch, const int32_t* xDivs, in serialize()
/frameworks/base/tools/aapt/
DImages.cpp71 int32_t* xDivs; member
552 int32_t* xDivs = image->xDivs = (int32_t*) malloc(maxSizeXDivs); in do_9patch() local
/frameworks/base/libs/hwui/tests/unit/
DCanvasOpTests.cpp528 const int xDivs[] = { 20, 50 }; in TEST() local