Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp155 bool isHFlipped = (invTransform & HAL_TRANSFORM_FLIP_H) != 0; in calculateOutputSourceCrop() local
157 if (isHFlipped == isVFlipped) { in calculateOutputSourceCrop()