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