Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extH

538         int extW, extH;
540 ctx->mExtDisplay->getAttributes(extW, extH);
542 ctx->mVirtualDisplay->getAttributes(extW, extH);
552 outPos.y = uint32_t(yRatio * (float)extH);
554 outPos.h = uint32_t(hRatio * (float)extH);
614 int extW, extH;
621 ctx->mExtDisplay->getAttributes(extW, extH);
623 ctx->mVirtualDisplay->getAttributes(extW, extH);
626 float hRatio = ((float)extH)/fbHeight;