Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fbHeight

275     float fbHeight = ctx->dpyAttr[dpy].yres;
280 float asH= fbHeight;
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
286 asY = (fbHeight - asH) / 2;
290 yRatio = (float)y/fbHeight;
292 hRatio = (float)h/fbHeight;