Home
last modified time | relevance | path

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

/external/freetype/
Dlibft2.map.txt7 FT_Load_Glyph; # vndk
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp154 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance()
168 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphPoint()
/external/harfbuzz_ng/src/
Dhb-ft.cc266 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_v_origin()
309 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_extents()
341 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_contour_point()
/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/base/
Dftadvanc.c157 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
Dftobjs.c614 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() function
884 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.cpp1064 if (FT_Load_Glyph(fFace, glyph_id, fLoadGlyphFlags) != 0) { in getCBoxForLetter()
1113 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), in generateMetrics()
1221 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage()
1256 FT_Error err = FT_Load_Glyph(fFace, glyphID, flags); in generatePath()
1435 FT_Load_Glyph(fFace, gid, fLoadGlyphFlags); in emboldenIfNeeded()
/external/pdfium/core/fxge/
Dfx_freetype.h75 FT_Load_Glyph((FT_Face)face, glyph_index, flags)
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h2583 FT_Load_Glyph( FT_Face face,
/external/freetype/include/freetype/
Dfreetype.h2665 FT_Load_Glyph( FT_Face face,
/external/freetype/src/autofit/
Dafloader.c314 error = FT_Load_Glyph( face, glyph_index, load_flags ); in af_loader_load_glyph()
Dafcjk.c159 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths()
397 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues()
Daflatin2.c90 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths()
237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues()
Daflatin.c152 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths()
469 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues()
/external/ImageMagick/MagickCore/
Dannotate.c1149 ft_status=FT_Load_Glyph(face,(FT_UInt) (*grapheme)[i].index,flags); in ComplexTextLayout()
1525 ft_status=FT_Load_Glyph(face,glyph.id,flags); in RenderFreetype()
1703 ft_status=FT_Load_Glyph(face,glyph.id,flags); in RenderFreetype()