Lines Matching refs:rotatedSourceBox
1239 gl::Box rotatedSourceBox = sourceBox; in copySubImageImplWithDraw() local
1251 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()
1283 params.srcExtents[0] = rotatedSourceBox.width; in copySubImageImplWithDraw()
1284 params.srcExtents[1] = rotatedSourceBox.height; in copySubImageImplWithDraw()