Merge "hwc: Move aspect ratio helper function to qdutils"

This commit is contained in:
Linux Build Service Account
2014-03-11 15:35:05 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 33 additions and 31 deletions

View File

@@ -262,9 +262,6 @@ bool isActionSafePresent(hwc_context_t *ctx, int dpy);
/* Calculates the destination position based on the action safe rectangle */
void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& dst);
void getAspectRatioPosition(int destWidth, int destHeight, int srcWidth,
int srcHeight, hwc_rect_t& rect);
void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
hwc_rect_t& inRect, hwc_rect_t& outRect);