Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asW

292     float asW = fbWidth;
302 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
304 asX = (fbWidth - asW) / 2;
314 x = (xRatio * asW) + asX;
316 w = (wRatio * asW);