Home
last modified time | relevance | path

Searched refs:glyphWidth (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsfont.h125 CF2_F16Dot16* glyphWidth );
H A Dpsfont.c489 CF2_F16Dot16* glyphWidth ) in FT_LOCAL_DEF()
557 *glyphWidth = advWidth; in FT_LOCAL_DEF()
H A Dpsft.c375 CF2_F16Dot16 glyphWidth; in FT_LOCAL_DEF() local
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in FT_LOCAL_DEF()
439 cf2_setGlyphWidth( &font->outline, glyphWidth ); in FT_LOCAL_DEF()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1293 SkScalar glyphWidth = glyph->fAdvance.fX; local
1295 if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){
1327 currentWidth += glyphWidth;

Completed in 5 milliseconds