Home
last modified time | relevance | path

Searched refs:horiBearingX (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBigGlyphMetrics.java32 horiBearingX(2), enum constant
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/
H A Dcffgload.c285 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX * 64; in FT_LOCAL_DEF()
302 glyph->root.bitmap_left = metrics.horiBearingX; in FT_LOCAL_DEF()
536 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x; in FT_LOCAL_DEF()
551 FT_Short horiBearingX = 0; in FT_LOCAL_DEF() local
557 &horiBearingX, in FT_LOCAL_DEF()
560 metrics->horiBearingX = horiBearingX; in FT_LOCAL_DEF()
661 metrics->horiBearingX = cbox.xMin; in FT_LOCAL_DEF()
666 metrics->vertBearingX = metrics->horiBearingX in FT_LOCAL_DEF()
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A 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/
H A Dcidgload.c422 cidglyph->metrics.horiBearingX = in FT_LOCAL_DEF()
505 metrics->horiBearingX = cbox.xMin; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c470 t1glyph->metrics.horiBearingX = in FT_LOCAL_DEF()
565 metrics->horiBearingX = cbox.xMin; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.c511 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX; in FT_LOCAL_DEF()
537 slot->metrics.horiBearingX = bbox.xMin; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ft.cc402 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
446 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
/third_party/skia/third_party/externals/freetype/src/truetype/
H A 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 FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/base/
H A 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_EXPORT_DEF()
3068 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2; in ft_synthesize_vertical_metrics()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dtttypes.h414 * horiBearingX ::
437 FT_Short horiBearingX; member
515 * Minimum of horiBearingX (resp. vertBearingY).
519 * horizontal advance - ( horiBearingX + width )
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h296 * horiBearingX ::
334 FT_Pos horiBearingX; member
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c457 metrics->horiBearingX = cbox.xMin; in FT_LOCAL_DEF()
H A Dpfrsbit.c768 glyph->root.metrics.horiBearingX = xpos * 64; in FT_LOCAL()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1028 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1239 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1359 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c532 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 ); in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c856 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c1074 slot->metrics.horiBearingX = 0; in FNT_Load_Glyph()

Completed in 29 milliseconds