Searched refs:applyRotation (Results 1 – 1 of 1) sorted by relevance
298 final int applyRotation, in getTransformationMatrix() argument302 if (applyRotation != 0) { in getTransformationMatrix()303 if (applyRotation % 90 != 0) { in getTransformationMatrix()304 LOGGER.w("Rotation of %d % 90 != 0", applyRotation); in getTransformationMatrix()311 matrix.postRotate(applyRotation); in getTransformationMatrix()316 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()337 if (applyRotation != 0) { in getTransformationMatrix()