Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBigGlyphMetrics.java32 horiBearingX(2), enumConstant
61 public int horiBearingX() { in horiBearingX() method in BigGlyphMetrics
62 return this.data.readChar(Offset.horiBearingX.offset); in horiBearingX()
126 public int horiBearingX() { in horiBearingX() method in BigGlyphMetrics.Builder
127 return this.internalReadData().readChar(Offset.horiBearingX.offset); in horiBearingX()
131 this.internalWriteData().writeChar(Offset.horiBearingX.offset, bearing); in setHoriBearingX()
/third_party/skia/third_party/externals/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()
/third_party/skia/src/sfnt/
DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c657 metrics->horiBearingX = (FT_Char)p[2]; in tt_sbit_decoder_load_metrics()
995 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; in tt_sbit_decoder_load_compound() local
1038 decoder->metrics->horiBearingX = horiBearingX; in tt_sbit_decoder_load_compound()
1586 metrics->horiBearingX = (FT_Short)originOffsetX; in tt_face_load_sbix_image()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c422 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
505 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c470 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
565 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.c511 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX; in af_loader_load_glyph()
537 slot->metrics.horiBearingX = bbox.xMin; in af_loader_load_glyph()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c2257 glyph->metrics.horiBearingX = bbox.xMin; in compute_glyph_metrics()
2404 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
2448 glyph->metrics.horiBearingX = (FT_Pos)sbit_metrics.horiBearingX * 64; in load_sbit_image()
2465 glyph->bitmap_left = sbit_metrics.horiBearingX; in load_sbit_image()
2875 glyph->metrics.horiBearingX = FT_MulFix( left_bearing, x_scale ); in TT_Load_Glyph()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ft.cc402 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin()
446 extents->x_bearing = ft_face->glyph->metrics.horiBearingX; in hb_ft_get_glyph_extents()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h437 FT_Short horiBearingX; member
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c791 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
812 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
817 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
821 metrics->horiBearingX ); in ft_glyphslot_grid_fit_metrics()
1125 FT_TRACE5(( " horiBearingX: %f\n", metrics->horiBearingX / 64.0 )); in FT_Load_Glyph()
3068 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2; in ft_synthesize_vertical_metrics()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c457 metrics->horiBearingX = cbox.xMin; in pfr_slot_load()
Dpfrsbit.c768 glyph->root.metrics.horiBearingX = xpos * 64; in pfr_slot_load_bitmap()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h334 FT_Pos horiBearingX; member
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c532 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 ); in PCF_Glyph_Load()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp1023 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in getBBoxForCurrentGlyph()
1234 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generateMetrics()
1354 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX; in generatePath()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c856 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in BDF_Glyph_Load()
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c1074 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt4952 horiBearingX
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.217377 horiBearingX.
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi10062 <!-- FT_Pos FT_Glyph_Metrics_::horiBearingX -->
10063 …<var-decl name='horiBearingX' type-id='type-id-579' visibility='default' filepath='/collab/usr/glo…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi6383 …<var-decl name='horiBearingX' type-id='type-id-579' visibility='default' filepath='/collab/usr/glo…
/third_party/chromium/patch/
D0001-cve.patch23033 metrics->horiBearingX = (FT_Short)originOffsetX;