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/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/msm8909/libhwcomposer/
hwc_utils.cpp 648 float asW = (float)fbWidth;
652 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
654 asX = ((float)fbWidth - asW) / 2;
664 x = int((xRatio * asW) + asX);
666 w = int(wRatio * asW);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 581 float asW = (float)fbWidth;
585 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
587 asX = ((float)fbWidth - asW) / 2;
597 x = int((xRatio * asW) + asX);
599 w = int(wRatio * asW);
    [all...]

Completed in 376 milliseconds