Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsfont.h125 CF2_F16Dot16* glyphWidth );
Dpsfont.c490 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument
558 *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.cpp1204 SkScalar glyphWidth = glyph->fAdvance.fX; in shapeOk() local
1206 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in shapeOk()
1238 currentWidth += glyphWidth; in shapeOk()