Searched refs:invTransformOrient (Results 1 – 1 of 1) sorted by relevance
355 uint32_t invTransformOrient = hw->getOrientationTransform(); in computeCrop() local357 if (invTransformOrient & NATIVE_WINDOW_TRANSFORM_ROT_90) { in computeCrop()358 invTransformOrient ^= NATIVE_WINDOW_TRANSFORM_FLIP_V | in computeCrop()370 … invTransform = (Transform(invTransform) * Transform(invTransformOrient)).getOrientation(); in computeCrop()