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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 206 float hRatio = ((float) size.y / mSize.y);
207 ratio = Math.min(hRatio, ratio);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 384 float hRatio = 1.0;
418 hRatio = (float)h/(float)fbHeight;
424 h = int(hRatio * asH);
480 float hRatio = 1.0;
508 hRatio = (float)(inPos.h/actualHeight);
514 outPos.h = uint32_t(hRatio * height);
537 hRatio = tempHeight/height;
543 outPos.h = uint32_t(hRatio * fbHeight);
562 hRatio = (float)outPos.h/fbHeight;
567 outPos.h = uint32_t(hRatio * (float)extH)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 399 float hRatio = 1.0;
433 hRatio = (float)h/(float)fbHeight;
439 h = int(hRatio * asH);
467 float hRatio = 1.0;
495 hRatio = (float)((float)inPos.h/actualHeight);
501 outPos.h = uint32_t(hRatio * height);
524 hRatio = tempHeight/height;
530 outPos.h = uint32_t(hRatio * fbHeight);
549 hRatio = (float)outPos.h/fbHeight;
554 outPos.h = uint32_t(hRatio * (float)extH)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 322 float hRatio = 1.0;
350 hRatio = (float)h/fbHeight;
356 h = (hRatio * asH);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 270 float hRatio = 1.0;
292 hRatio = (float)h/fbHeight;
298 h = (hRatio * asH);
    [all...]

Completed in 93 milliseconds