Home | History | Annotate | Download | only in render

Lines Matching refs:size2

93      * @param size2
108 int size2,
121 int width = size1, height = size2;
124 width = size1 < size2 ? size2 : size1;
125 height = size1 < size2 ? size1 : size2;
128 width = size1 < size2 ? size1 : size2;
129 height = size1 < size2 ? size2 : size1;