Home | History | Annotate | Download | only in render

Lines Matching refs:size1

92      * @param size1
107 int size1,
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;
132 width = height = size1;