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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 328 float asX = 0;
342 asX = (fbWidth - asW) / 2;
352 x = (xRatio * asW) + asX;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 403 float asX = 0;
411 asX = ((float)fbWidth - asW) / 2;
421 x = int((xRatio * asW) + asX);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 418 float asX = 0;
426 asX = ((float)fbWidth - asW) / 2;
436 x = int((xRatio * asW) + asX);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 579 float asX = 0;
587 asX = ((float)fbWidth - asW) / 2;
597 x = int((xRatio * asW) + asX);
    [all...]

Completed in 119 milliseconds