Home
last modified time | relevance | path

Searched refs:FT_Load_Glyph (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz/contrib/
Dharfbuzz-freetype.c42 const FT_Error error = FT_Load_Glyph(face, glyphs[i], FT_LOAD_DEFAULT); in hb_freetype_advances_get()
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags))) in hb_freetype_outline_point_get()
99 const FT_Error error = FT_Load_Glyph(face, glyph, FT_LOAD_DEFAULT); in hb_freetype_glyph_metrics_get()
/external/icu4c/samples/layout/
DGnomeFontInstance.cpp148 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance()
162 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphPoint()
/external/freetype/src/base/
Dftadvanc.c146 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
Dftobjs.c563 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() function
823 return FT_Load_Glyph( face, glyph_index, load_flags ); in FT_Load_Char()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp331 FT_Error err = FT_Load_Glyph(face, start + i, FT_LOAD_NO_SCALE); in getAdvances()
360 FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE); in GetLetterCBox()
1009 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags ); in generateMetrics()
1096 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags ); in generateMetrics()
1298 err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), fLoadGlyphFlags); in generateImage()
1510 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), flags); in generatePath()
1600 FT_Load_Glyph(fFace, x_glyph, fLoadGlyphFlags); in generateFontMetrics()
/external/freetype/src/cache/
Dftcbasic.c180 error = FT_Load_Glyph( face, gindex, in ftc_basic_family_load_bitmap()
211 error = FT_Load_Glyph( face, gindex, family->attrs.load_flags ); in ftc_basic_family_load_glyph()
/external/freetype/include/freetype/
Dfreetype.h2342 FT_Load_Glyph( FT_Face face,
/external/harfbuzz/tests/shaping/
Dmain.cpp120 if ((error = (HB_Error)FT_Load_Glyph(face, glyph, load_flags))) in hb_getPointInOutline()
/external/freetype/src/autofit/
Dafloader.c109 error = FT_Load_Glyph( face, glyph_index, load_flags ); in af_loader_load_g()
Daflatin.c80 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths()
237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues()
Dafcjk.c94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths()
344 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues()
Daflatin2.c83 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths()
232 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues()