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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 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);
    [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...]

Completed in 1898 milliseconds