Home
last modified time | relevance | path

Searched refs:rotClipBR (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5943 const vec4 rotClipBR = rotMatrix * clipBR; in renderScreenImplLocked() local
5944 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()