Searched defs:abearing (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
H A Dttmtx.c212 /* abearing :: The bearing, either left side or top side. */
221 FT_Short *abearing,
266 FT_READ_SHORT( *abearing ) )
281 *abearing = 0;
285 (void)FT_READ_SHORT( *abearing );
292 *abearing = 0;
301 FT_Int b = (FT_Int)*abearing;
320 *abearing = (FT_Short)b;
218 tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, FT_Short *abearing, FT_UShort *aadvance ) argument
H A Dttsbit.c1577 FT_Short abearing; local
1581 tt_face_get_metrics( face, FALSE, glyph_index, &abearing, &aadvance );

Completed in 119 milliseconds