Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5950 const vec4 rotClipBR = rotMatrix * clipBR; in renderScreenImplLocked() local
5951 const int newClipLeft = std::min(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()
5952 const int newClipTop = std::min(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()
5953 const int newClipRight = std::max(rotClipTL[0], rotClipBR[0]); in renderScreenImplLocked()
5954 const int newClipBottom = std::max(rotClipTL[1], rotClipBR[1]); in renderScreenImplLocked()