Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asW

331     float asW = fbWidth;
341 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
343 asX = (fbWidth - asW) / 2;
353 x = (xRatio * asW) + asX;
355 w = (wRatio * asW);