Searched defs:tsb (Results 1 - 4 of 4) sorted by relevance
/external/freetype/src/truetype/ |
H A D | ttdriver.c | 233 FT_Short tsb; local 237 /* since we don't need `tsb', we use zero for `yMax' parameter */ 238 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
|
H A D | ttgload.c | 95 FT_Short* tsb, 99 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); 103 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax ); 110 *tsb = (FT_Short)( face->horizontal.Ascender - yMax ); 116 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); 1278 * are given in the `glyf' table, the top side bearing (tsb) and advance 1282 * bsb = ah - (tsb + ymax - ymin) , 1286 * pp3 = (x, round(ymax + tsb)) , 1306 * tsb = DefaultAscender - yMax , 92 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) argument
|
/external/pdfium/third_party/freetype/src/truetype/ |
H A D | ttdriver.c | 206 FT_Short tsb; local 210 /* since we don't need `tsb', we use zero for `yMax' parameter */ 211 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
|
H A D | ttgload.c | 94 FT_Short* tsb, 98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); 102 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax ); 109 *tsb = (FT_Short)( face->horizontal.Ascender - yMax ); 115 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); 1264 * are given in the `glyf' table, the top side bearing (tsb) and advance 1268 * bsb = ah - (tsb + ymax - ymin) , 1272 * pp3 = (x, round(ymax + tsb)) , 1292 * tsb = DefaultAscender - yMax , 91 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) argument
|
Completed in 201 milliseconds