/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
H A D | MtpImageView.java | 131 boolean rotated90 = (mLastRotationDegrees % 180 != 0); in updateDrawMatrix() 132 if (rotated90) { in updateDrawMatrix() 145 if (rotated90) { in updateDrawMatrix() 154 if (!rotated90 && mLastRotationDegrees > 0) { in updateDrawMatrix()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/ |
H A D | rect.cpp | 270 const bool rotated90, float *crop_width, in GetCropAndDestination() argument 285 if (rotated90) { in GetCropAndDestination() 296 bool rotated90, float *scale_x, float *scale_y) { in GetScaleFactor() argument 299 DisplayError error = GetCropAndDestination(crop, dst, rotated90, &crop_width, &crop_height, in GetScaleFactor()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/ |
H A D | rect.cpp | 312 const bool rotated90, float *crop_width, in GetCropAndDestination() argument 327 if (rotated90) { in GetCropAndDestination() 338 bool rotated90, float *scale_x, float *scale_y) { in GetScaleFactor() argument 341 DisplayError error = GetCropAndDestination(crop, dst, rotated90, &crop_width, &crop_height, in GetScaleFactor()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/ |
H A D | rect.cpp | 311 const bool rotated90, float *crop_width, in GetCropAndDestination() argument 326 if (rotated90) { in GetCropAndDestination() 337 bool rotated90, float *scale_x, float *scale_y) { in GetScaleFactor() argument 340 DisplayError error = GetCropAndDestination(crop, dst, rotated90, &crop_width, &crop_height, in GetScaleFactor()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Point.java | 92 public Point rotated90(int count) { in rotated90() method in Point
|
H A D | Rectangle.java | 62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f); in fromCenterVerticalAxis()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 354 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); in isValidDimension() local 355 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left; in isValidDimension() 356 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; in isValidDimension()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 412 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); in isValidDimension() local 413 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left; in isValidDimension() 414 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; in isValidDimension()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 1053 bool rotated90 = (mTransform ^ mStickyTransform) & in getQueueBufferInputLocked() local 1055 if (rotated90) { in getQueueBufferInputLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18774 Landroid/filterfw/geometry/Point;->rotated90(I)Landroid/filterfw/geometry/Point;
|