HomeSort by relevance Sort by last modified time
    Searched full:kerning (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/freetype/include/freetype/internal/services/
svkern.h 5 /* The FreeType Kerning service (specification). */
28 #define FT_SERVICE_ID_KERNING "kerning"
37 FT_DEFINE_SERVICE( Kerning )
  /external/freetype/src/sfnt/
ttkern.h 5 /* Load the basic TrueType kerning table. This doesn't handle */
6 /* kerning data within the GPOS table at the moment. */
ttkern.c 5 /* Load the basic TrueType kerning table. This doesn't handle */
6 /* kerning data within the GPOS table at the moment. */
63 " kerning table is too small - ignored\n" ));
71 " could not extract kerning table\n" ));
112 /* we currently only support format 0 kerning tables */
116 /* only use horizontal kerning tables */
  /external/freetype/src/type1/
t1afm.h 41 FT_Vector* kerning );
47 FT_Fixed* kerning );
t1afm.c 86 /* compare two kerning pairs */
107 /* parse a PFM file -- for now, only read the kerning pairs */
143 /* Kerning offset is 14 bytes from start of extensions table. */
165 /* Actually, kerning pairs are simply optional! */
177 /* PFM kerning data are stored by encoding rather than glyph index, */
197 /* Kerning info is stored as: */
328 /* find the kerning for a given glyph pair */
333 FT_Vector* kerning )
353 kerning->x = mid->x;
354 kerning->y = mid->y
    [all...]
t1driver.c 674 /* A driver method used to return the kerning vector between two */
685 /* kerning :: The kerning vector. This is in font units for */
704 FT_Vector* kerning )
709 kerning->x = 0;
710 kerning->y = 0;
716 kerning );
  /frameworks/minikin/libs/minikin/
LayoutUtils.h 33 * kerning or complex script processing. This is necessarily a
42 * kerning or complex script processing. This is necessarily a
  /libcore/luni/src/test/java/libcore/java/awt/font/
TextAttributeTest.java 25 assertEquals("java.awt.font.TextAttribute(kerning)",
26 TextAttribute.KERNING.toString());
  /prebuilts/misc/windows/sdl2_ttf/
CHANGES.txt 11 * Added API to get kerning info: TTF_GetFontKerningSize()
  /external/freetype/src/tools/
test_afm.c 29 printf( "There is no track kerning.\n" );
46 printf( "There are %d kerning pairs:\n",
49 printf( "There is no kerning pair.\n" );
  /external/freetype/docs/
TODO 8 * Add track kerning support to the PFR driver.
10 * Add kerning (AFM file) support to the CID driver.
  /external/freetype/src/pfr/
pfrobjs.h 74 FT_Vector* kerning );
pfrobjs.c 269 /* check whether we have loaded any kerning pairs */
465 /***** KERNING METHOD *****/
474 FT_Vector* kerning )
482 kerning->x = 0;
483 kerning->y = 0;
500 /* now search the list of kerning items */
588 kerning->x = item->base_adj + value;
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 44 void GetCharInfo(size_t index, uint32_t* charcode, float* kerning) const;
cpdf_textobject.cpp 69 float* kerning) const {
79 *kerning = 0;
81 *kerning = m_CharPos[i];
  /external/skia/src/core/
SkAutoKern.h 16 /* this is a helper class to perform auto-kerning
  /external/skqp/src/core/
SkAutoKern.h 16 /* this is a helper class to perform auto-kerning
  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 47 // Auto-kerning; represents a 2.6 fixed-point value with range [-1, 1].
  /external/freetype/src/truetype/
ttdriver.c 173 /* A driver method used to return the kerning vector between two */
184 /* kerning :: The kerning vector. This is in font units for */
203 FT_Vector* kerning )
209 kerning->x = 0;
210 kerning->y = 0;
213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/freetype/include/freetype/
ftpfr.h 103 * Return the kerning pair corresponding to two glyphs in a PFR face.
115 * avector :: A kerning vector.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftpfr.h 103 * Return the kerning pair corresponding to two glyphs in a PFR face.
115 * avector :: A kerning vector.
  /external/harfbuzz_ng/src/
hb-ot-kern-table.hh 36 * kern -- Kerning
91 BinSearchArrayOf<KernPair> pairs; /* Array of kerning pairs. */
148 * the start of the kerning array. */
289 UINT16 nTables; /* Number of subtables in the kerning table. */
329 UINT32 nTables; /* Number of subtables in the kerning table. */
  /external/skia/site/user/
tips.md 9 + [Does Skia shape text (kerning)?](#kerning)
106 <span id="kerning">Does Skia shape text (kerning)?</span>
112 generate the glyphs and their positions, including kerning.
  /external/skqp/site/user/
tips.md 9 + [Does Skia shape text (kerning)?](#kerning)
106 <span id="kerning">Does Skia shape text (kerning)?</span>
112 generate the glyphs and their positions, including kerning.
  /external/freetype/include/freetype/internal/
ftdrv.h 74 FT_Vector* kerning );
125 /* kerning for a given pair of glyphs. Can be */
127 /* kerning. */

Completed in 1232 milliseconds

1 2 3 4 5 6 7