HomeSort by relevance Sort by last modified time
    Searched refs:rotated90 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 88 public Point rotated90(int count) { method in class:Point
Rectangle.java 62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 131 boolean rotated90 = (mLastRotationDegrees % 180 != 0);
132 if (rotated90) {
145 if (rotated90) {
154 if (!rotated90 && mLastRotationDegrees > 0) {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 279 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
280 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
281 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]

Completed in 97 milliseconds