Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/harfbuzz_ng/src/
Dhb-ft.cc241 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_v_origin()
284 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_extents()
316 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_contour_point()
/external/freetype/src/base/
Dftadvanc.c154 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
Dftobjs.c593 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() function
860 return FT_Load_Glyph( face, glyph_index, load_flags ); in FT_Load_Char()
/external/pdfium/third_party/freetype/src/base/
Dftadvanc.c154 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
Dftobjs.c593 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() function
860 return FT_Load_Glyph( face, glyph_index, load_flags ); in FT_Load_Char()
/external/freetype/src/cache/
Dftcbasic.c141 error = FT_Load_Glyph( in ftc_basic_family_load_bitmap()
174 error = FT_Load_Glyph( face, in ftc_basic_family_load_glyph()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp430 if (FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE) != 0) in GetLetterCBox()
1084 if (FT_Load_Glyph(fFace, glyph_id, fLoadGlyphFlags) != 0) { in getCBoxForLetter()
1128 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), fLoadGlyphFlags ); in generateMetrics()
1229 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage()
1256 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(), flags); in generatePath()
/external/pdfium/core/include/fxge/
Dfx_freetype.h73 FT_Load_Glyph((FT_Face)face, glyph_index, flags)
/external/freetype/src/autofit/
Dafloader.c102 error = FT_Load_Glyph( face, glyph_index, flags ); in af_loader_load_g()
Dafcjk.c144 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths()
351 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues()
Daflatin2.c85 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()
Daflatin.c138 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths()
363 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues()
/external/freetype/include/
Dfreetype.h2478 FT_Load_Glyph( FT_Face face,
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h2583 FT_Load_Glyph( FT_Face face,