Home
last modified time | relevance | path

Searched refs:maxSizeYDivs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DImages.cpp550 int maxSizeYDivs = H * sizeof(int32_t); in do_9patch() local
552 int32_t* yDivs = image->yDivs = (int32_t*) malloc(maxSizeYDivs); in do_9patch()
564 memset(yDivs, -1, maxSizeYDivs); in do_9patch()
/frameworks/base/tools/aapt2/
DPng.cpp950 const int maxSizeYDivs = H * sizeof(int32_t); in do9Patch() local
964 memset(yDivs, -1, maxSizeYDivs); in do9Patch()