HomeSort by relevance Sort by last modified time
    Searched defs: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
  /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...]
  /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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 51 milliseconds