HomeSort by relevance Sort by last modified time
    Searched refs:asWidthRatio (Results 1 - 4 of 4) 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/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...]

Completed in 51 milliseconds