Searched refs:load_glyph (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_ServiceRec_
221 clazz->load_glyph = load_glyph_; \
H A Dftdriver.h146 /* load_glyph :: A function handle to load a glyph to a slot. */
180 /* Most function pointers, with the exception of `load_glyph', can be */
207 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
401 clazz->load_glyph = load_glyph_; \
/external/freetype/src/base/
H A Dftobjs.c648 error = driver->clazz->load_glyph( slot, face->size,
668 error = hinting->load_glyph( (FT_AutoHinter)hinter,
677 error = driver->clazz->load_glyph( slot,

Completed in 74 milliseconds