/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | BigGlyphMetrics.java | 32 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/ |
D | cffgload.c | 285 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/ |
D | SkOTTable_EBDT.h | 31 SK_OT_CHAR horiBearingX; member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttsbit.c | 657 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/ |
D | cidgload.c | 422 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/ |
D | t1gload.c | 470 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/ |
D | afloader.c | 511 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/ |
D | ttgload.c | 2257 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/ |
D | hb-ft.cc | 402 *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/ |
D | tttypes.h | 437 FT_Short horiBearingX; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 791 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/ |
D | pfrobjs.c | 457 metrics->horiBearingX = cbox.xMin; in pfr_slot_load()
|
D | pfrsbit.c | 768 glyph->root.metrics.horiBearingX = xpos * 64; in pfr_slot_load_bitmap()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 334 FT_Pos horiBearingX; member
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfdrivr.c | 532 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 ); in PCF_Glyph_Load()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1023 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/ |
D | bdfdrivr.c | 856 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in BDF_Glyph_Load()
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 1074 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 4952 horiBearingX
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 7377 horiBearingX.
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 10062 <!-- 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/ |
D | test17-pr19027.so.abi | 6383 …<var-decl name='horiBearingX' type-id='type-id-579' visibility='default' filepath='/collab/usr/glo…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 23033 metrics->horiBearingX = (FT_Short)originOffsetX;
|