Home
last modified time | relevance | path

Searched refs:horiBearingX (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttsbit.c491 metrics->horiBearingX = (FT_Char)p[2]; in tt_sbit_decoder_load_metrics()
803 FT_Char horiBearingX = decoder->metrics->horiBearingX; in tt_sbit_decoder_load_compound() local
840 decoder->metrics->horiBearingX = horiBearingX; in tt_sbit_decoder_load_compound()
1355 metrics->horiBearingX = originOffsetX; in tt_face_load_sbix_image()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidgload.c347 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
426 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1gload.c385 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
478 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.c2691 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX << 6; in cff_slot_load()
2708 glyph->root.bitmap_left = metrics.horiBearingX; in cff_slot_load()
2938 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x; in cff_slot_load()
3045 metrics->horiBearingX = cbox.xMin; in cff_slot_load()
3049 metrics->vertBearingX = metrics->horiBearingX - in cff_slot_load()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafloader.c406 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX; in af_loader_load_g()
432 slot->metrics.horiBearingX = bbox.xMin; in af_loader_load_g()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h428 FT_Short horiBearingX; member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c1871 glyph->metrics.horiBearingX = bbox.xMin; in compute_glyph_metrics()
2007 glyph->metrics.vertBearingX = glyph->metrics.horiBearingX - in compute_glyph_metrics()
2051 glyph->metrics.horiBearingX = (FT_Pos)metrics.horiBearingX << 6; in load_sbit_image()
2068 glyph->bitmap_left = metrics.horiBearingX; in load_sbit_image()
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c552 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
569 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
572 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
575 metrics->width = right - metrics->horiBearingX; in ft_glyphslot_grid_fit_metrics()
2594 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2; in ft_synthesize_vertical_metrics()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c638 cached->minx = FT_FLOOR(metrics->horiBearingX); in Load_Glyph()
639 cached->maxx = FT_CEIL(metrics->horiBearingX + metrics->width); in Load_Glyph()
651 cached->minx = FT_FLOOR(metrics->horiBearingX); in Load_Glyph()
652 cached->maxx = FT_CEIL(metrics->horiBearingX + metrics->width); in Load_Glyph()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfdrivr.c579 slot->metrics.horiBearingX = metric->leftSideBearing << 6; in PCF_Glyph_Load()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c450 metrics->horiBearingX = cbox.xMin; in pfr_slot_load()
A Dpfrsbit.c662 glyph->root.metrics.horiBearingX = xpos << 6; in pfr_slot_load_bitmap()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h284 FT_Pos horiBearingX; member
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c732 slot->metrics.horiBearingX = glyph.bbx.x_offset << 6; in BDF_Glyph_Load()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c1072 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()

Completed in 48 milliseconds