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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 331 float asH= fbHeight;
341 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
343 asY = (fbHeight - asH) / 2;
353 y = (yRatio * asH) + asY;
355 h = (hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 406 float asH = (float)fbHeight;
410 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
412 asY = ((float)fbHeight - asH) / 2;
422 y = int((yRatio * asH) + asY);
424 h = int(hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 421 float asH = (float)fbHeight;
425 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
427 asY = ((float)fbHeight - asH) / 2;
437 y = int((yRatio * asH) + asY);
439 h = int(hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 649 float asH = (float)fbHeight;
653 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
655 asY = ((float)fbHeight - asH) / 2;
665 y = int((yRatio * asH) + asY);
667 h = int(hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 582 float asH = (float)fbHeight;
586 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
588 asY = ((float)fbHeight - asH) / 2;
598 y = int((yRatio * asH) + asY);
600 h = int(hRatio * asH);
    [all...]

Completed in 63 milliseconds