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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 88 public Point rotated90(int count) { method in class:Point
  /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 2397 milliseconds