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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 262 int asHeightRatio = atoi(value);
264 if(!asWidthRatio && !asHeightRatio) {
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 339 int asHeightRatio = atoi(value);
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 300 int asHeightRatio = atoi(value);
303 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
    [all...]

Completed in 552 milliseconds