Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:hRatio

627     float hRatio = 1.0;
661 hRatio = (float)h/(float)fbHeight;
667 h = int(hRatio * asH);
695 float hRatio = 1.0;
723 hRatio = (float)((float)inPos.h/actualHeight);
729 outPos.h = uint32_t(hRatio * height);
752 hRatio = tempHeight/height;
758 outPos.h = uint32_t(hRatio * fbHeight);
782 hRatio = (float)outPos.h/fbHeight;
787 outPos.h = uint32_t(hRatio * (float)extH);
864 float hRatio = ((float)extH)/fbHeight;
868 displayFrame.top = int(hRatio*(float)displayFrame.top);
870 displayFrame.bottom = int(hRatio*(float)displayFrame.bottom);