Home | History | Annotate | Download | only in libvirtual

Lines Matching refs:extW

106 void VirtualDisplay::initResolution(uint32_t &extW, uint32_t &extH) {
108 if(extW == 0 || extH == 0){
109 extW = mVInfo.xres;
122 uint32_t &extW,
130 extW = priW;
135 extW = priH;
163 uint32_t &extW = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].xres;
168 initResolution(extW, extH);
173 bool isDRC = (extW > 0) && (extH > 0);
180 uint32_t maxArea = max((extW * extH), (priW * priH));
182 setToPrimary(maxArea, priW, priH, extW, extH);