Home | History | Annotate | Download | only in truetype

Lines Matching refs:yMax

95                    FT_Pos      yMax,
104 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
111 *tsb = (FT_Short)( face->horizontal.Ascender - yMax );
145 loader->bbox.yMax,
312 loader->bbox.yMax = FT_NEXT_SHORT( p );
317 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin,
318 loader->bbox.yMax ));
1371 * For any glyph, the minimum and maximum y values (`ymin' and `ymax')
1376 * bsb = ah - (tsb + ymax - ymin) ,
1380 * pp3 = (x, round(ymax + tsb)) ,
1400 * tsb = DefaultAscender - yMax ,
1471 loader->pp3.y = loader->bbox.yMax + loader->top_bearing;
1628 /* since we need the glyph's `yMax' value in case the vertical */
1643 loader->bbox.yMax = 0;
2134 glyph->metrics.horiBearingY = bbox.yMax;
2185 glyph->metrics.height = SUB_LONG( bbox.yMax, bbox.yMin );
2199 top = (FT_Short)FT_DivFix( loader->pp3.y - bbox.yMax,
2221 height = (FT_Short)FT_DivFix( SUB_LONG( bbox.yMax,