Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:actualHeight

625     float actualHeight = fbHeight;
645 swapWidthHeight(actualWidth, actualHeight);
647 (int)actualWidth, (int)actualHeight, rect);
654 yRatio = (float)((float)inPos.y/actualHeight);
656 hRatio = (float)((float)inPos.h/actualHeight);