Searched refs:glyphWidth (Results 1 – 6 of 6) sorted by relevance
125 CF2_F16Dot16* glyphWidth );
490 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument558 *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()
941 auto glyphWidth = context.run->positionX(found + 1) - context.run->positionX(found); in getGlyphPositionAtCoordinate() local961 auto averageCodepointWidth = glyphWidth / graphemeSize; in getGlyphPositionAtCoordinate()968 center = glyphStart + glyphWidth / 2; in getGlyphPositionAtCoordinate()
1106 SkScalar glyphWidth = glyph->fAdvance.fX; in wrap() local1108 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in wrap()1140 currentWidth += glyphWidth; in wrap()