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