HomeSort by relevance Sort by last modified time
    Searched full:load_glyph (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 146 /* 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_; \
autohint.h 195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_ServiceRec_
221 clazz->load_glyph = load_glyph_; \
  /external/freetype/include/freetype/internal/
ftdriver.h 130 /* 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_; \
autohint.h 195 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
234 clazz->load_glyph = load_glyph_; \
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 261 /* Load_Glyph */
285 Load_Glyph( FT_GlyphSlot ttslot, /* TT_GlyphSlot */
476 Load_Glyph,
  /external/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 129 /* Load_Glyph */
153 Load_Glyph( FT_GlyphSlot cffslot, /* CFF_GlyphSlot */
207 error = Load_Glyph( slot, face->size, start + nn, flags );
659 Load_Glyph,
  /external/freetype/src/autofit/
afmodule.c 244 (FT_AutoHinter_GlyphLoadFunc)af_autofitter_load_glyph ) /* load_glyph */
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 660 error = driver->clazz->load_glyph( slot, face->size,
680 error = hinting->load_glyph( (FT_AutoHinter)hinter,
689 error = driver->clazz->load_glyph( slot,
    [all...]
  /external/freetype/src/base/
ftobjs.c 692 error = driver->clazz->load_glyph( slot, face->size,
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
721 error = driver->clazz->load_glyph( slot,
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 828 // compute the flags we send to Load_Glyph
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 463 milliseconds