Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:asW

405     float asW = (float)fbWidth;
409 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
411 asX = ((float)fbWidth - asW) / 2;
421 x = int((xRatio * asW) + asX);
423 w = int(wRatio * asW);