Searched refs:rotClipBR (Results 1 – 1 of 1) sorted by relevance
6064 const vec4 rotClipBR = rotMatrix * clipBR; in renderScreenImplLocked() local6065 const int newClipLeft = std::min(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()6066 const int newClipTop = std::min(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()6067 const int newClipRight = std::max(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()6068 const int newClipBottom = std::max(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()