HomeSort by relevance Sort by last modified time
    Searched refs:rotated90 (Results 1 - 9 of 9) 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/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 354 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
355 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
356 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 696 bool rotated90 = (mTransform ^ mStickyTransform) & local
698 if (rotated90) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 412 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
413 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
414 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 286 @fn rotated90
290 PVRTVec2 rotated90() const function in struct:PVRTVec2
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 155 milliseconds