Home | History | Annotate | Download | only in src

Lines Matching refs:rsize

6040         cv::Size rsize = cv::getTextSize(n_text, (int)fontFace, (double)fontScale, (int)thickness, pbaseLine);
6043 fill[0]=rsize.width;
6044 fill[1]=rsize.height;