OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getkerning
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java
450
int kerning = face.
getKerning
(firstIndex, secondIndex, 0);
453
kerning = face.
getKerning
(secondIndex, firstIndex, 0);
667
int kerning = face.
getKerning
(glyphIndex, otherIndex, 0);
670
kerning = face.
getKerning
(otherIndex, glyphIndex, 0);
FreeType.java
278
public int
getKerning
(int leftGlyph, int rightGlyph, int kernMode) {
279
return
getKerning
(address, leftGlyph, rightGlyph, kernMode);
282
private static native int
getKerning
(long face, int leftGlyph, int rightGlyph, int kernMode); /*
/external/libgdx/extensions/gdx-freetype/jni/
com.badlogic.gdx.graphics.g2d.freetype.FreeType.h
242
* Method:
getKerning
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java
253
int kern = first.
getKerning
((char)second.id);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java
402
public int
getKerning
(char ch) {
802
xAdvances.add((lastGlyph.xadvance + lastGlyph.
getKerning
(ch)) * scaleX);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h
[
all
...]
Completed in 196 milliseconds