Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:hRatio

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);
639 float hRatio = ((float)extH)/fbHeight;
643 displayFrame.top = int(hRatio*(float)displayFrame.top);
645 displayFrame.bottom = int(hRatio*(float)displayFrame.bottom);