HomeSort by relevance Sort by last modified time
    Searched refs:asHeightRatio (Results 1 - 5 of 5) 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 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/msm8994/libhwcomposer/
hwc_utils.cpp 545 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio;
574 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
    [all...]

Completed in 792 milliseconds