Searched defs:charHeight (Results 1 – 4 of 4) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalBridge.java | 108 public int charHeight = -1; field in TerminalBridge
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res; in wglUseFontBitmaps_FX() local
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeType.java | 222 …public boolean setCharSize(int charWidth, int charHeight, int horzResolution, int vertResolution) { in setCharSize() 226 …private static native boolean setCharSize(long face, int charWidth, int charHeight, int horzResolu… in setCharSize()
|
/external/libgdx/extensions/gdx-freetype/jni/ |
D | com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp | 172 …e_setCharSize(JNIEnv* env, jclass clazz, jlong face, jint charWidth, jint charHeight, jint horzRes… in Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Face_setCharSize()
|