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

/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/skqp/src/sfnt/
H A DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/freetype/src/cff/
H A Dcffgload.c286 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX << 6;
303 glyph->root.bitmap_left = metrics.horiBearingX;
539 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x;
554 FT_Short horiBearingX = 0; local
560 &horiBearingX,
563 metrics->horiBearingX = horiBearingX;
664 metrics->horiBearingX = cbox.xMin;
668 metrics->vertBearingX = metrics->horiBearingX
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c654 metrics->horiBearingX = (FT_Char)p[2];
992 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; local
1035 decoder->metrics->horiBearingX = horiBearingX;
1583 metrics->horiBearingX = (FT_Short)originOffsetX;
/external/freetype/src/cid/
H A Dcidgload.c428 cidglyph->metrics.horiBearingX =
511 metrics->horiBearingX = cbox.xMin;
/external/freetype/src/autofit/
H A Dafloader.c521 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX;
547 slot->metrics.horiBearingX = bbox.xMin;
/external/freetype/src/type1/
H A Dt1gload.c454 t1glyph->metrics.horiBearingX =
549 metrics->horiBearingX = cbox.xMin;
/external/harfbuzz_ng/src/
H A Dhb-ft.cc266 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
307 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
/external/freetype/include/freetype/internal/
H A Dtttypes.h447 /* horiBearingX :: The horizontal left bearing. */
464 FT_Short horiBearingX; member in struct:TT_SBit_MetricsRec_
533 /* min_origin_SB :: Minimum of horiBearingX (resp. */
538 /* ( horiBearingX + width ) */
/external/freetype/src/truetype/
H A Dttgload.c2133 glyph->metrics.horiBearingX = bbox.xMin;
2279 glyph->metrics.vertBearingX = glyph->metrics.horiBearingX -
2323 glyph->metrics.horiBearingX = (FT_Pos)sbit_metrics.horiBearingX * 64;
2340 glyph->bitmap_left = sbit_metrics.horiBearingX;
2747 glyph->metrics.horiBearingX = left_bearing;
/external/freetype/src/pfr/
H A Dpfrobjs.c453 metrics->horiBearingX = cbox.xMin;
H A Dpfrsbit.c768 glyph->root.metrics.horiBearingX = xpos * 64;
/external/pdfium/core/fxge/
H A Dfx_freetype.h124 static_cast<FT_Face>(face)->glyph->metrics.horiBearingX
/external/freetype/src/base/
H A Dftobjs.c716 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
737 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX,
742 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
746 metrics->horiBearingX );
2952 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1039 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1134 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1264 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp1039 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1134 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1264 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
/external/freetype/include/freetype/
H A Dfreetype.h284 /* horiBearingX :: */
322 FT_Pos horiBearingX; member in struct:FT_Glyph_Metrics_
/external/freetype/src/pcf/
H A Dpcfdrivr.c554 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 );
/external/freetype/src/bdf/
H A Dbdfdrivr.c847 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 );
/external/freetype/src/winfonts/
H A Dwinfnt.c1063 slot->metrics.horiBearingX = 0;

Completed in 3147 milliseconds