Home
last modified time | relevance | path

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

123

/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/flutter/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/flutter/skia/third_party/externals/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()
/third_party/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/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/flutter/skia/src/sfnt/
DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/third_party/skia/src/sfnt/
DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/third_party/flutter/skia/third_party/externals/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()
/third_party/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()
/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/flutter/skia/third_party/externals/freetype/src/cid/
Dcidgload.c427 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
510 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/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/freetype/src/cid/
Dcidgload.c426 cidglyph->metrics.horiBearingX = in cid_slot_load_glyph()
509 metrics->horiBearingX = cbox.xMin; in cid_slot_load_glyph()
/third_party/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/type1/
Dt1gload.c470 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
565 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1gload.c471 t1glyph->metrics.horiBearingX = in T1_Load_Glyph()
566 metrics->horiBearingX = cbox.xMin; in T1_Load_Glyph()
/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/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/flutter/skia/third_party/externals/harfbuzz/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()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgload.c2224 glyph->metrics.horiBearingX = bbox.xMin; in compute_glyph_metrics()
2370 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
2414 glyph->metrics.horiBearingX = (FT_Pos)sbit_metrics.horiBearingX * 64; in load_sbit_image()
2431 glyph->bitmap_left = sbit_metrics.horiBearingX; in load_sbit_image()
2838 glyph->metrics.horiBearingX = FT_MulFix( left_bearing, x_scale ); in TT_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/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()
/third_party/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/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()

123