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

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
234 clazz->load_glyph = load_glyph_; \
H A Dftdriver.h130 /* load_glyph :: A function handle to load a glyph to a slot. */
163 /* Most function pointers, with the exception of `load_glyph', can be */
183 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
387 clazz->load_glyph = load_glyph_; \
/external/freetype/include/internal/
H A Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
234 clazz->load_glyph = load_glyph_; \
H A Dftdriver.h130 /* load_glyph :: A function handle to load a glyph to a slot. */
163 /* Most function pointers, with the exception of `load_glyph', can be */
183 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
387 clazz->load_glyph = load_glyph_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
234 clazz->load_glyph = load_glyph_; \
H A Dftdriver.h130 /* load_glyph :: A function handle to load a glyph to a slot. */
163 /* Most function pointers, with the exception of `load_glyph', can be */
183 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
387 clazz->load_glyph = load_glyph_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dautohint.h195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
234 clazz->load_glyph = load_glyph_; \
H A Dftdriver.h130 /* load_glyph :: A function handle to load a glyph to a slot. */
163 /* Most function pointers, with the exception of `load_glyph', can be */
183 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
387 clazz->load_glyph = load_glyph_; \
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c692 error = driver->clazz->load_glyph( slot, face->size,
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
721 error = driver->clazz->load_glyph( slot,
/external/freetype/src/base/
H A Dftobjs.c697 error = driver->clazz->load_glyph( slot, face->size,
717 error = hinting->load_glyph( (FT_AutoHinter)hinter,
726 error = driver->clazz->load_glyph( slot,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c692 error = driver->clazz->load_glyph( slot, face->size,
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
721 error = driver->clazz->load_glyph( slot,

Completed in 1234 milliseconds