Home
last modified time | relevance | path

Searched refs:horiBearingY (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/sfnt/
Dttsbit0.c330 metrics->horiBearingY = (FT_Char)p[3]; in tt_sbit_decoder_load_metrics()
599 FT_Char horiBearingY = decoder->metrics->horiBearingY; in tt_sbit_decoder_load_compound() local
635 decoder->metrics->horiBearingY = horiBearingY; in tt_sbit_decoder_load_compound()
Dttsbit.c213 FT_FRAME_CHAR( horiBearingY ),
920 metrics->horiBearingY = smetrics.bearingY; in tt_load_sbit_metrics()
1031 metrics->horiBearingY = (FT_Char)( metrics->horiBearingY - count ); in crop_bitmap()
/external/freetype/src/base/
Dftsynth.c126 slot->metrics.horiBearingY += ystr; in FT_GlyphSlot_Embolden()
Dftobjs.c513 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
530 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height ); in ft_glyphslot_grid_fit_metrics()
533 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
536 metrics->height = metrics->horiBearingY - bottom; in ft_glyphslot_grid_fit_metrics()
/external/freetype/src/autofit/
Dafloader.c384 vvector.y = slot->metrics.vertBearingY - slot->metrics.horiBearingY; in af_loader_load_g()
410 slot->metrics.horiBearingY = bbox.yMax; in af_loader_load_g()
/external/freetype/src/truetype/
Dttgload.c1579 glyph->metrics.horiBearingY = bbox.yMax; in compute_glyph_metrics()
1737 glyph->metrics.horiBearingY = (FT_Pos)metrics.horiBearingY << 6; in load_sbit_image()
1753 glyph->bitmap_top = metrics.horiBearingY; in load_sbit_image()
/external/freetype/include/freetype/internal/
Dtttypes.h441 FT_Char horiBearingY; member
/external/freetype/src/cff/
Dcffgload.c2529 glyph->root.metrics.horiBearingY = (FT_Pos)metrics.horiBearingY << 6; in cff_slot_load()
2546 glyph->root.bitmap_top = metrics.horiBearingY; in cff_slot_load()
2804 metrics->horiBearingY = cbox.yMax; in cff_slot_load()
/external/freetype/include/freetype/
Dfreetype.h240 FT_Pos horiBearingY; member