Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asW

330     float asW = fbWidth;
340 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
342 asX = (fbWidth - asW) / 2;
352 x = (xRatio * asW) + asX;
354 w = (wRatio * asW);