Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asH

649     float asH = (float)fbHeight;
653 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
655 asY = ((float)fbHeight - asH) / 2;
665 y = int((yRatio * asH) + asY);
667 h = int(hRatio * asH);