HomeSort by relevance Sort by last modified time
    Searched refs:rotated90 (Results 1 - 7 of 7) 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 278 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
279 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
280 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 363 bool rotated90 = (mTransform ^ mStickyTransform) & local
365 if (rotated90) {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 346 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
347 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
348 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 419 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
420 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
421 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]

Completed in 76 milliseconds