Searched refs:rotClipTL (Results 1 – 1 of 1) sorted by relevance
5942 const vec4 rotClipTL = rotMatrix * clipTL; in renderScreenImplLocked() local5944 const int newClipLeft = std::min(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()5945 const int newClipTop = std::min(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()5946 const int newClipRight = std::max(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()5947 const int newClipBottom = std::max(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()