Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffgload.c285 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX * 64; in cff_slot_load()
302 glyph->root.bitmap_left = metrics.horiBearingX; in cff_slot_load()
536 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x; in cff_slot_load()
551 FT_Short horiBearingX = 0; in cff_slot_load() local
557 &horiBearingX, in cff_slot_load()
560 metrics->horiBearingX = horiBearingX; in cff_slot_load()
661 metrics->horiBearingX = cbox.xMin; in cff_slot_load()
666 metrics->vertBearingX = metrics->horiBearingX - in cff_slot_load()
/external/skqp/src/sfnt/
DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/external/skia/src/sfnt/
DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/external/freetype/src/sfnt/
Dttsbit.c653 metrics->horiBearingX = (FT_Char)p[2]; in tt_sbit_decoder_load_metrics()
991 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; in tt_sbit_decoder_load_compound() local
1034 decoder->metrics->horiBearingX = horiBearingX; in tt_sbit_decoder_load_compound()
1582 metrics->horiBearingX = (FT_Short)originOffsetX; in tt_face_load_sbix_image()
/external/freetype/src/cid/
Dcidgload.c426 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
509 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/external/pdfium/core/fxge/
Dfx_freetype.h69 #define FXFT_Get_Glyph_HoriBearingX(face) (face)->glyph->metrics.horiBearingX
/external/freetype/src/type1/
Dt1gload.c470 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
565 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/external/freetype/src/autofit/
Dafloader.c520 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX; in af_loader_load_glyph()
546 slot->metrics.horiBearingX = bbox.xMin; in af_loader_load_glyph()
/external/harfbuzz_ng/src/
Dhb-ft.cc340 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin()
384 extents->x_bearing = ft_face->glyph->metrics.horiBearingX; in hb_ft_get_glyph_extents()
/external/freetype/src/truetype/
Dttgload.c2253 glyph->metrics.horiBearingX = bbox.xMin; in compute_glyph_metrics()
2400 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
2444 glyph->metrics.horiBearingX = (FT_Pos)sbit_metrics.horiBearingX * 64; in load_sbit_image()
2461 glyph->bitmap_left = sbit_metrics.horiBearingX; in load_sbit_image()
2868 glyph->metrics.horiBearingX = FT_MulFix( left_bearing, x_scale ); in TT_Load_Glyph()
/external/freetype/include/freetype/internal/
Dtttypes.h437 FT_Short horiBearingX; member
/external/freetype/src/base/
Dftobjs.c752 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
773 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
778 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
782 metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
1081 FT_TRACE5(( " horiBearingX: %f\n", metrics->horiBearingX / 64.0 )); in FT_Load_Glyph()
3016 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2; in ft_synthesize_vertical_metrics()
/external/freetype/include/freetype/
Dfreetype.h305 FT_Pos horiBearingX; member
/external/freetype/src/pfr/
Dpfrobjs.c453 metrics->horiBearingX = cbox.xMin; in pfr_slot_load()
Dpfrsbit.c768 glyph->root.metrics.horiBearingX = xpos * 64; in pfr_slot_load_bitmap()
/external/freetype/src/pcf/
Dpcfdrivr.c532 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 ); in PCF_Glyph_Load()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp1098 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in getBBoxForCurrentGlyph()
1243 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generateMetrics()
1367 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generatePath()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1222 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in getBBoxForCurrentGlyph()
1432 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generateMetrics()
1552 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generatePath()
/external/freetype/src/bdf/
Dbdfdrivr.c858 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in BDF_Glyph_Load()
/external/freetype/src/winfonts/
Dwinfnt.c1066 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()
/external/freetype/
DChangeLog.217377 horiBearingX.
/external/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi14728 <!-- FT_Pos FT_Glyph_Metrics_::horiBearingX -->
14729 …<var-decl name='horiBearingX' type-id='type-id-1143' visibility='default' filepath='/collab/usr/gl…
/external/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi9720 …<var-decl name='horiBearingX' type-id='type-id-1143' visibility='default' filepath='/collab/usr/gl…