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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 338 int asHeightRatio = atoi(value);
341 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 381 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio;
410 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 396 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio;
425 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 624 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio;
653 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 557 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio;
586 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
    [all...]

Completed in 198 milliseconds