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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 332 float asH= fbHeight;
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
344 asY = (fbHeight - asH) / 2;
354 y = (yRatio * asH) + asY;
356 h = (hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 280 float asH= fbHeight;
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
286 asY = (fbHeight - asH) / 2;
296 y = (yRatio * asH) + asY;
298 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...]

Completed in 55 milliseconds