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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 330 float asY = 0;
344 asY = (fbHeight - asH) / 2;
354 y = (yRatio * asH) + asY;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 278 float asY = 0;
286 asY = (fbHeight - asH) / 2;
296 y = (yRatio * asH) + asY;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 291 float asY = 0;
305 asY = (fbHeight - asH) / 2;
315 y = (yRatio * asH) + asY;
    [all...]

Completed in 26 milliseconds