Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2886 FT_Load_Char( FT_Face face,
/third_party/ffmpeg/libavfilter/
Davf_showcqt.c531 if (FT_Load_Char(face, 'A', FT_LOAD_RENDER)) in render_freetype()
543 if (FT_Load_Char(face, str[x], FT_LOAD_RENDER)) in render_freetype()
Dvf_drawtext.c325 if (FT_Load_Char(s->face, code, s->ft_load_flags)) in load_glyph()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c1143 FT_Load_Char( FT_Face face, in FT_Load_Char() function
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES4563 FT_LOAD_MONOCHROME flag in FT_Load_Glyph/FT_Load_Char.
4707 FT_Load_Glyph or FT_Load_Char.
4747 and FT_Load_Char functions will call FT_Render_Glyph
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.217315 (FT_Load_Char): Updated.