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

/external/freetype/src/truetype/
H A Dttdriver.c243 FT_Short tsb; local
247 /* since we don't need `tsb', we use zero for `yMax' parameter */
248 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
H A Dttgload.c96 FT_Short* tsb,
100 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
104 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
111 *tsb = (FT_Short)( face->horizontal.Ascender - yMax );
117 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb ));
1372 * are given in the `glyf' table, the top side bearing (tsb) and advance
1376 * bsb = ah - (tsb + ymax - ymin) ,
1380 * pp3 = (x, round(ymax + tsb)) ,
1400 * tsb = DefaultAscender - yMax ,
93 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) argument

Completed in 550 milliseconds