Searched refs:n_text (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/java/src/ |
D | imgproc.cpp | 5953 …const char* utf_text = env->GetStringUTFChars(text, 0); String n_text( utf_text ? utf_text : "" );… in Java_org_opencv_imgproc_Imgproc_putText_10() local 5956 …cv::putText( img, n_text, org, (int)fontFace, (double)fontScale, color, (int)thickness, (int)lineT… in Java_org_opencv_imgproc_Imgproc_putText_10() 5977 …const char* utf_text = env->GetStringUTFChars(text, 0); String n_text( utf_text ? utf_text : "" );… in Java_org_opencv_imgproc_Imgproc_putText_11() local 5980 cv::putText( img, n_text, org, (int)fontFace, (double)fontScale, color, (int)thickness ); in Java_org_opencv_imgproc_Imgproc_putText_11() 6001 …const char* utf_text = env->GetStringUTFChars(text, 0); String n_text( utf_text ? utf_text : "" );… in Java_org_opencv_imgproc_Imgproc_putText_12() local 6004 cv::putText( img, n_text, org, (int)fontFace, (double)fontScale, color ); in Java_org_opencv_imgproc_Imgproc_putText_12() 6031 String n_text( utf_text ? utf_text : "" ); in Java_org_opencv_imgproc_Imgproc_n_1getTextSize() local 6040 …cv::Size rsize = cv::getTextSize(n_text, (int)fontFace, (double)fontScale, (int)thickness, pbaseLi… in Java_org_opencv_imgproc_Imgproc_n_1getTextSize()
|