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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 329 float asX = 0;
343 asX = (fbWidth - asW) / 2;
353 x = (xRatio * asW) + asX;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 277 float asX = 0;
285 asX = (fbWidth - asW) / 2;
295 x = (xRatio * asW) + asX;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 290 float asX = 0;
304 asX = (fbWidth - asW) / 2;
314 x = (xRatio * asW) + asX;
    [all...]

Completed in 2468 milliseconds