Home
last modified time | relevance | path

Searched refs:glyphWidth (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DhashPointPen.py36 def __init__(self, glyphWidth=0, glyphSet=None): argument
38 self.data = ["w%s" % round(glyphWidth, 9)]
/external/freetype/src/psaux/
Dpsfont.h125 CF2_F16Dot16* glyphWidth );
Dpsfont.c489 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument
557 *glyphWidth = advWidth; in cf2_getGlyphOutline()
Dpsft.c375 CF2_F16Dot16 glyphWidth; in cf2_decoder_parse_charstrings() local
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
439 cf2_setGlyphWidth( &font->outline, glyphWidth ); in cf2_decoder_parse_charstrings()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp711 SkScalar glyphWidth = glyph->fAdvance.fX; in shape() local
713 if (widthSoFar + glyphWidth < width) { in shape()
714 widthSoFar += glyphWidth; in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1088 SkScalar glyphWidth = glyph->fAdvance.fX; in wrap() local
1090 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in wrap()
1122 currentWidth += glyphWidth; in wrap()