Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asH

331     float asH= fbHeight;
341 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
343 asY = (fbHeight - asH) / 2;
353 y = (yRatio * asH) + asY;
355 h = (hRatio * asH);