Searched defs:textsize (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/samples/android/hello-android/
H A Dmain.cpp16 Size textsize = getTextSize(message, FONT_HERSHEY_COMPLEX, 3, 5, 0); local
17 Mat img(textsize.height + 20, textsize.width + 20, CV_32FC1, Scalar(230,230,230));
/external/opencv3/samples/cpp/
H A Ddrawing.cpp161 Size textsize = getTextSize("OpenCV forever!", FONT_HERSHEY_COMPLEX, 3, 5, 0); local
162 Point org((width - textsize.width)/2, (height - textsize.height)/2);
/external/opencv3/samples/cpp/tutorial_code/core/Matrix/
H A DDrawing_2.cpp308 Size textsize = getTextSize("OpenCV forever!", FONT_HERSHEY_COMPLEX, 3, 5, 0); local
309 Point org((window_width - textsize.width)/2, (window_height - textsize.height)/2);
/external/elfutils/src/
H A Dsize.c529 GElf_Off textsize = 0; local
550 textsize += shdr->sh_size;
559 ddigits - 2, textsize,
562 ddigits - 2, textsize + datasize + bsssize,
563 xdigits - 2, textsize + datasize + bsssize,
569 total_textsize += textsize;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp5030 size_t i, textsize = strlen(textstring); local
5040 (unsigned char*)textstring, textsize, zlibsettings);
5057 size_t i, textsize = strlen(textstring); local
5076 (unsigned char*)textstring, textsize, zlibsettings);

Completed in 219 milliseconds