Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:hRatio

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);
797 float hRatio = ((float)extH)/fbHeight;
801 displayFrame.top = int(hRatio*(float)displayFrame.top);
803 displayFrame.bottom = int(hRatio*(float)displayFrame.bottom);