Home
last modified time | relevance | path

Searched defs:charHeight (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java108 public int charHeight = -1; field in TerminalBridge
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res; in wglUseFontBitmaps_FX() local
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java222 …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/
Dcom.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp172 …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()