HomeSort by relevance Sort by last modified time
    Searched refs:asW (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 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);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 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);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 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);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 420 float asW = (float)fbWidth;
424 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
426 asX = ((float)fbWidth - asW) / 2;
436 x = int((xRatio * asW) + asX);
438 w = int(wRatio * asW);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 569 float asW = (float)fbWidth;
573 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
575 asX = ((float)fbWidth - asW) / 2;
585 x = int((xRatio * asW) + asX);
587 w = int(wRatio * asW);
    [all...]

Completed in 58 milliseconds