Searched refs:rotated_width (Results 1 – 3 of 3) sorted by relevance
111 int rotated_width = src.width(); in Rotate() local115 std::swap(rotated_width, rotated_height); in Rotate()119 Create(rotated_width, rotated_height); in Rotate()
111 int rotated_width = src.width(); in Rotate() local115 std::swap(rotated_width, rotated_height); in Rotate()119 I420Buffer::Create(rotated_width, rotated_height); in Rotate()
196 int rotated_width = width; in CheckRotate() local200 std::swap(rotated_width, rotated_height); in CheckRotate()202 EXPECT_EQ(rotated_width, rotated.width()); in CheckRotate()220 int x = corners[j].x * (rotated_width - 1); in CheckRotate()