Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffgload.c286 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX * 64; in cff_slot_load()
303 glyph->root.bitmap_left = metrics.horiBearingX; in cff_slot_load()
539 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x; in cff_slot_load()
554 FT_Short horiBearingX = 0; in cff_slot_load() local
560 &horiBearingX, in cff_slot_load()
563 metrics->horiBearingX = horiBearingX; in cff_slot_load()
664 metrics->horiBearingX = cbox.xMin; in cff_slot_load()
668 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.c654 metrics->horiBearingX = (FT_Char)p[2]; in tt_sbit_decoder_load_metrics()
992 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; in tt_sbit_decoder_load_compound() local
1035 decoder->metrics->horiBearingX = horiBearingX; in tt_sbit_decoder_load_compound()
1583 metrics->horiBearingX = (FT_Short)originOffsetX; in tt_face_load_sbix_image()
/external/freetype/src/cid/
Dcidgload.c428 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
511 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/external/freetype/src/type1/
Dt1gload.c472 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
567 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/external/freetype/src/autofit/
Dafloader.c515 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX; in af_loader_load_glyph()
541 slot->metrics.horiBearingX = bbox.xMin; in af_loader_load_glyph()
/external/harfbuzz_ng/src/
Dhb-ft.cc338 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin()
363 extents->x_bearing = ft_face->glyph->metrics.horiBearingX; in hb_ft_get_glyph_extents()
/external/freetype/src/truetype/
Dttgload.c2141 glyph->metrics.horiBearingX = bbox.xMin; in compute_glyph_metrics()
2287 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
2331 glyph->metrics.horiBearingX = (FT_Pos)sbit_metrics.horiBearingX * 64; in load_sbit_image()
2348 glyph->bitmap_left = sbit_metrics.horiBearingX; in load_sbit_image()
2767 glyph->metrics.horiBearingX = FT_MulFix( left_bearing, x_scale ); in TT_Load_Glyph()
/external/freetype/include/freetype/internal/
Dtttypes.h516 FT_Short horiBearingX; member
/external/pdfium/core/fxge/
Dfx_freetype.h124 static_cast<FT_Face>(face)->glyph->metrics.horiBearingX
/external/freetype/src/base/
Dftobjs.c722 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
743 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
748 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
752 metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
2965 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2; in ft_synthesize_vertical_metrics()
/external/freetype/include/freetype/
Dfreetype.h322 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.c556 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.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/freetype/src/bdf/
Dbdfdrivr.c846 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in BDF_Glyph_Load()
/external/freetype/src/winfonts/
Dwinfnt.c1063 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()
/external/freetype/
DChangeLog.217377 horiBearingX.