Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java131 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 Drect.cpp270 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 Drect.cpp312 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 Drect.cpp311 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 DPoint.java92 public Point rotated90(int count) { in rotated90() method in Point
H A DRectangle.java62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f); in fromCenterVerticalAxis()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp354 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 Dhwc_mdpcomp.cpp412 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 DSurface.cpp1053 bool rotated90 = (mTransform ^ mStickyTransform) & in getQueueBufferInputLocked() local
1055 if (rotated90) { in getQueueBufferInputLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18774 Landroid/filterfw/geometry/Point;->rotated90(I)Landroid/filterfw/geometry/Point;