/external/fonttools/Lib/fontTools/ttLib/tables/ |
_v_h_e_a.py | 51 height, tsb = vtmxTable[name] 56 minTopSideBearing = min(minTopSideBearing, tsb) 57 rsb = height - tsb - (g.yMax - g.yMin) 59 extent = tsb + (g.yMax - g.yMin)
|
/external/freetype/src/truetype/ |
ttgload.h | 47 FT_Short* tsb,
|
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 );
|
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 )); [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttgload.h | 47 FT_Short* tsb,
|
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 );
|
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 )); [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | [all...] |