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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 260 int asWidthRatio = atoi(value);
264 if(!asWidthRatio && !asHeightRatio) {
283 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 337 int asWidthRatio = atoi(value);
341 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 298 int asWidthRatio = atoi(value);
302 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
    [all...]

Completed in 30 milliseconds