HomeSort by relevance Sort by last modified time
    Searched refs:hRatio (Results 1 - 7 of 7) 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/msm8994/libhwcomposer/
hwc_utils.cpp 560 float hRatio = 1.0;
594 hRatio = (float)h/(float)fbHeight;
600 h = int(hRatio * asH);
628 float hRatio = 1.0;
656 hRatio = (float)((float)inPos.h/actualHeight);
662 outPos.h = uint32_t(hRatio * height);
685 hRatio = tempHeight/height;
691 outPos.h = uint32_t(hRatio * fbHeight);
715 hRatio = (float)outPos.h/fbHeight;
720 outPos.h = uint32_t(hRatio * (float)extH)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 321 float hRatio = 1.0;
349 hRatio = (float)h/fbHeight;
355 h = (hRatio * asH);
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 21 hRatio := h0 / d.comp[1].h
24 switch hRatio<<4 | vRatio {
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 21 hRatio := h0 / d.comp[1].h
24 switch hRatio<<4 | vRatio {

Completed in 298 milliseconds