Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asW

279     float asW = fbWidth;
283 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
285 asX = (fbWidth - asW) / 2;
295 x = (xRatio * asW) + asX;
297 w = (wRatio * asW);