Searched refs:newRows (Results 1 – 1 of 1) sorted by relevance
1013 std::vector<png_bytep> newRows; in do9Patch() local1119 newRows.resize(H - 2); in do9Patch()1121 newRows[i] = image->rows[i + 1]; in do9Patch()1122 memmove(newRows[i], newRows[i] + 4, (W - 2) * 4); in do9Patch()1124 image->rows.swap(newRows); in do9Patch()