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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 336 int asWidthRatio = atoi(value);
340 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 380 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio;
409 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 395 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio;
424 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 623 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio;
652 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 556 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio;
585 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
    [all...]

Completed in 77 milliseconds