Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cff/
Dcf2font.h112 CF2_F16Dot16* glyphWidth );
Dcf2font.c435 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument
503 *glyphWidth = advWidth; in cf2_getGlyphOutline()
Dcf2ft.c346 CF2_F16Dot16 glyphWidth; in cf2_decoder_parse_charstrings() local
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
399 cf2_setGlyphWidth( &font->outline, glyphWidth ); in cf2_decoder_parse_charstrings()
/external/freetype/src/cff/
Dcf2font.h121 CF2_F16Dot16* glyphWidth );
Dcf2font.c485 CF2_F16Dot16* glyphWidth ) in cf2_getGlyphOutline() argument
553 *glyphWidth = advWidth; in cf2_getGlyphOutline()
Dcf2ft.c347 CF2_F16Dot16 glyphWidth; in cf2_decoder_parse_charstrings() local
399 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth ); in cf2_decoder_parse_charstrings()
403 cf2_setGlyphWidth( &font->outline, glyphWidth ); in cf2_decoder_parse_charstrings()