Searched defs:yDivs (Results 1 – 4 of 4) sorted by relevance
61 int32_t* yDivs = nullptr; member935 int32_t* yDivs = image->yDivs = new int32_t[H]; in do9Patch() local
169 int32_t* yDivs = getYDivs(); in deviceToFile() local189 int32_t* yDivs = getYDivs(); in fileToDevice() local216 const int32_t* yDivs, const uint32_t* colors) in serialize()226 const int32_t* yDivs, const uint32_t* colors, void* outData) in serialize()
72 int32_t* yDivs; member553 int32_t* yDivs = image->yDivs = (int32_t*) malloc(maxSizeYDivs); in do_9patch() local
529 const int yDivs[] = { 10, 40 }; in TEST() local