Home | History | Annotate | Download | only in libvirtual

Lines Matching refs:extH

106 void VirtualDisplay::initResolution(uint32_t &extW, uint32_t &extH) {
108 if(extW == 0 || extH == 0){
110 extH = mVInfo.yres;
123 uint32_t &extH) {
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
148 extH = r.bottom - r.top;
175 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
182 bool isDRC = (extW > mVInfo.xres) && (extH > mVInfo.yres);
184 initResolution(extW, extH);
191 uint32_t maxArea = max((extW * extH), (priW * priH));
193 setToPrimary(maxArea, priW, priH, extW, extH);