Home
last modified time | relevance | path

Searched defs:baseLine (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeTypeFontGenerator.java310 float baseLine = data.ascent; in generateData() local
479 …r c, FreeTypeBitmapFontData data, FreeTypeFontParameter parameter, Stroker stroker, float baseLine, in createGlyph()
/external/opencv3/samples/cpp/
Dcalibration.cpp503 int baseLine = 0; in main() local
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
Dcamera_calibration.cpp335 int baseLine = 0; in main() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBitmapFont.java506 float baseLine = Integer.parseInt(common[2].substring(5)); in load() local
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java1939 int baseLine[] = new int[1]; in testGetTextSize() local
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2860 …atic Size getTextSize(String text, int fontFace, double fontScale, int thickness, int[] baseLine) { in getTextSize()
3288 …double[] n_getTextSize(String text, int fontFace, double fontScale, int thickness, int[] baseLine); in n_getTextSize()
Dimgproc.cpp6020 …v* env, jclass, jstring text, jint fontFace, jdouble fontScale, jint thickness, jintArray baseLine) in Java_org_opencv_imgproc_Imgproc_n_1getTextSize()