Merge "hwc: Move aspect ratio helper function to qdutils"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
2f11754664
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user