Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp977 std::vector<png_bytep> newRows; in do9Patch() local
1078 newRows.resize(H - 2); in do9Patch()
1080 newRows[i] = image->rows[i + 1]; in do9Patch()
1081 memmove(newRows[i], newRows[i] + 4, (W - 2) * 4); in do9Patch()
1083 image->rows.swap(newRows); in do9Patch()