Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/include/freetype/internal/
Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member
234 clazz->load_glyph = load_glyph_; \
Dftdriver.h183 FT_Slot_LoadFunc load_glyph; member
387 clazz->load_glyph = load_glyph_; \
/external/freetype/include/internal/
Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member
234 clazz->load_glyph = load_glyph_; \
Dftdriver.h183 FT_Slot_LoadFunc load_glyph; member
387 clazz->load_glyph = load_glyph_; \
/external/freetype/src/base/
Dftobjs.c702 error = driver->clazz->load_glyph( slot, face->size, in FT_Load_Glyph()
722 error = hinting->load_glyph( (FT_AutoHinter)hinter, in FT_Load_Glyph()
731 error = driver->clazz->load_glyph( slot, in FT_Load_Glyph()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c702 error = driver->clazz->load_glyph( slot, face->size, in FT_Load_Glyph()
722 error = hinting->load_glyph( (FT_AutoHinter)hinter, in FT_Load_Glyph()
731 error = driver->clazz->load_glyph( slot, in FT_Load_Glyph()