OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernings
(Results
1 - 25
of
29
) sorted by null
1
2
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
BMFontUtil.java
129
List
kernings
= new ArrayList(256);
local
149
kernings
.add(pair);
151
out.println("
kernings
count=" +
kernings
.size());
152
for (Iterator iter =
kernings
.iterator(); iter.hasNext();) {
Kerning.java
39
private IntIntMap
kernings
= new IntIntMap();
field in class:Kerning
70
return
kernings
;
80
kernings
.put(key, value);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
test_afm.c
26
printf( "There are %d sets of track
kernings
:\n",
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java
246
//
KERNINGS
263
buf.append(xmlOpen).append("
kernings
count=").append(quote(kernCount)).append(xmlClose).append("\n");
267
buf.append("\t</
kernings
>\n");
/external/freetype/src/truetype/
ttdriver.c
164
/*
kernings
, are out of scope of this method (the basic driver */
/external/pdfium/third_party/freetype/src/truetype/
ttdriver.c
164
/*
kernings
, are out of scope of this method (the basic driver */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttdriver.c
164
/*
kernings
, are out of scope of this method (the basic driver */
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java
551
if (line.startsWith("
kernings
")) break; // Starting
kernings
block.
613
if (glyph != null) { //
Kernings
may exist for glyph pairs not contained in the font.
[
all
...]
/external/freetype/src/cff/
cffdrivr.c
94
/*
kernings
, are out of scope of this method (the basic driver */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffdrivr.c
94
/*
kernings
, are out of scope of this method (the basic driver */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1driver.c
648
/*
kernings
are out of scope of this method (the basic driver */
/external/pdfium/third_party/freetype/src/cff/
cffdrivr.c
94
/*
kernings
, are out of scope of this method (the basic driver */
/external/pdfium/third_party/freetype/src/type1/
t1driver.c
648
/*
kernings
are out of scope of this method (the basic driver */
/external/libgdx/extensions/gdx-tools/assets/
default.fnt
101
kernings
count=-1
/external/libgdx/tests/gdx-tests-android/assets/data/
arial-32.fnt
101
kernings
count=660
default.fnt
101
kernings
count=-1
arial-32-pad.fnt
101
kernings
count=660
font.fnt
101
kernings
count=202
verdana39.fnt
101
kernings
count=369
verdana39distancefield.fnt
101
kernings
count=369
arial-15.fnt
195
kernings
count=42
multipagefont.fnt
195
kernings
count=660
utf-font.fnt
195
kernings
count=140
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
arial-15.fnt
172
kernings
count=57
/external/freetype/include/
freetype.h
[
all
...]
Completed in 4236 milliseconds
1
2