Searched refs:lastMinLen (Results 1 – 1 of 1) sorted by relevance
1994 int lastMinLen = newMinLen; in ResizeLcd() local1997 lastMinLen = LCD_SHORT_SIDE_THRESHOLD; in ResizeLcd()1998 lastMaxLen = static_cast<int>(lastMinLen * ratio); in ResizeLcd()2001 lastMinLen = static_cast<int>(lastMaxLen / ratio); in ResizeLcd()2009 lastMinLen += lastMinLen % EVEN_BASE_NUMBER; in ResizeLcd()2012 width = lastMinLen; in ResizeLcd()2016 height = lastMinLen; in ResizeLcd()