Searched refs:load_glyph (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | autohint.h | 205 FT_AutoHinter_GlyphLoadFunc load_glyph; member
|
D | ftdrv.h | 181 FT_Slot_LoadFunc load_glyph; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 321 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/ |
D | t42objs.c | 669 error = ttclazz->load_glyph( t42slot->ttslot, in T42_GlyphSlot_Load()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 958 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()
|