Searched refs:rotatedSourceBox (Results 1 – 1 of 1) sorted by relevance
1239 gl::Box rotatedSourceBox = sourceBox; in copySubImageImplWithDraw() local1251 std::swap(rotatedSourceBox.x, rotatedSourceBox.y); in copySubImageImplWithDraw()1252 std::swap(rotatedSourceBox.width, rotatedSourceBox.height); in copySubImageImplWithDraw()1257 rotatedSourceBox.x = srcExtents.width - sourceBox.x - sourceBox.width - 1; in copySubImageImplWithDraw()1258 rotatedSourceBox.y = srcExtents.height - sourceBox.y - sourceBox.height - 1; in copySubImageImplWithDraw()1268 rotatedSourceBox.x = srcExtents.height - sourceBox.y - sourceBox.height - 1; in copySubImageImplWithDraw()1269 rotatedSourceBox.y = srcExtents.width - sourceBox.x - sourceBox.width - 1; in copySubImageImplWithDraw()1270 std::swap(rotatedSourceBox.width, rotatedSourceBox.height); in copySubImageImplWithDraw()1281 params.srcOffset[0] = rotatedSourceBox.x; in copySubImageImplWithDraw()1282 params.srcOffset[1] = rotatedSourceBox.y; in copySubImageImplWithDraw()[all …]