Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extW

538         int extW, extH;
540 ctx->mExtDisplay->getAttributes(extW, extH);
542 ctx->mVirtualDisplay->getAttributes(extW, extH);
551 outPos.x = uint32_t(xRatio * (float)extW);
553 outPos.w = uint32_t(wRatio * (float)extW);
614 int extW, extH;
621 ctx->mExtDisplay->getAttributes(extW, extH);
623 ctx->mVirtualDisplay->getAttributes(extW, extH);
625 float wRatio = ((float)extW)/fbWidth;