Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance
477 float actualHeight = fbHeight; in getAspectRatioPosition() local497 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()499 (int)actualHeight, rect); in getAspectRatioPosition()506 yRatio = (float)(inPos.y/actualHeight); in getAspectRatioPosition()508 hRatio = (float)(inPos.h/actualHeight); in getAspectRatioPosition()
464 float actualHeight = fbHeight; in getAspectRatioPosition() local484 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()486 (int)actualHeight, rect); in getAspectRatioPosition()493 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition()495 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
625 float actualHeight = fbHeight; in getAspectRatioPosition() local645 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()647 (int)actualWidth, (int)actualHeight, rect); in getAspectRatioPosition()654 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition()656 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()