Searched refs:newRows (Results 1 – 1 of 1) sorted by relevance
979 std::vector<png_bytep> newRows; in do9Patch() local1080 newRows.resize(H - 2); in do9Patch()1082 newRows[i] = image->rows[i + 1]; in do9Patch()1083 memmove(newRows[i], newRows[i] + 4, (W - 2) * 4); in do9Patch()1085 image->rows.swap(newRows); in do9Patch()