Home
last modified time | relevance | path

Searched refs:load_glyph (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dautohint.h205 FT_AutoHinter_GlyphLoadFunc load_glyph; member
Dftdrv.h181 FT_Slot_LoadFunc load_glyph; member
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c321 static int load_glyph(AVFilterContext *ctx, Glyph **glyph_ptr, uint32_t code) in load_glyph() function
804 load_glyph(ctx, NULL, 0); in init()
807 if ((err = load_glyph(ctx, &glyph, ' ')) < 0) { in init()
1476 ret = load_glyph(ctx, &glyph, code); in draw_text()
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c669 error = ttclazz->load_glyph( t42slot->ttslot, in T42_GlyphSlot_Load()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c958 error = driver->clazz->load_glyph( slot, face->size, in FT_Load_Glyph()
978 error = hinting->load_glyph( (FT_AutoHinter)hinter, in FT_Load_Glyph()
987 error = driver->clazz->load_glyph( slot, in FT_Load_Glyph()