Searched refs:newRows (Results 1 – 1 of 1) sorted by relevance
962 std::vector<png_bytep> newRows; in do9Patch() local1060 newRows.resize(H - 2); in do9Patch()1062 newRows[i] = image->rows[i + 1]; in do9Patch()1063 memmove(newRows[i], newRows[i] + 4, (W - 2) * 4); in do9Patch()1065 image->rows.swap(newRows); in do9Patch()