Searched refs:glyphWidth (Results 1 – 5 of 5) 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()
1204 SkScalar glyphWidth = glyph->fAdvance.fX; in shapeOk() local1206 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in shapeOk()1238 currentWidth += glyphWidth; in shapeOk()