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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 329 float asY = 0;
343 asY = (fbHeight - asH) / 2;
353 y = (yRatio * asH) + asY;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 404 float asY = 0;
412 asY = ((float)fbHeight - asH) / 2;
422 y = int((yRatio * asH) + asY);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 419 float asY = 0;
427 asY = ((float)fbHeight - asH) / 2;
437 y = int((yRatio * asH) + asY);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 580 float asY = 0;
588 asY = ((float)fbHeight - asH) / 2;
598 y = int((yRatio * asH) + asY);
    [all...]

Completed in 2012 milliseconds