Searched refs:glyphWidth (Results 1 – 6 of 6) sorted by relevance
36 def __init__(self, glyphWidth=0, glyphSet=None): argument38 self.data = ["w%s" % round(glyphWidth, 9)]
125 CF2_F16Dot16* glyphWidth );
489 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument557 *glyphWidth = advWidth; in cf2_getGlyphOutline()
375 CF2_F16Dot16 glyphWidth; in cf2_decoder_parse_charstrings() local435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()439 cf2_setGlyphWidth( &font->outline, glyphWidth ); in cf2_decoder_parse_charstrings()
711 SkScalar glyphWidth = glyph->fAdvance.fX; in shape() local713 if (widthSoFar + glyphWidth < width) { in shape()714 widthSoFar += glyphWidth; in shape()
1088 SkScalar glyphWidth = glyph->fAdvance.fX; in wrap() local1090 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in wrap()1122 currentWidth += glyphWidth; in wrap()