HomeSort by: relevance | last modified time | path
    Searched defs:load_glyph (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
autohint.h 205 FT_AutoHinter_GlyphLoadFunc load_glyph; member in struct:FT_AutoHinter_InterfaceRec_
ftdrv.h 131 * load_glyph ::
161 * Most function pointers, with the exception of `load_glyph`, can be set
181 FT_Slot_LoadFunc load_glyph; member in struct:FT_Driver_ClassRec_
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 196 unsigned load_glyph; member in struct:RegisParseState
299 state->load_glyph = (unsigned) (Char) '\0';
7309 state->load_glyph = (unsigned) (Char) state->temp[0];
7365 state->load_row, state->load_glyph, state->temp, val, val));
7369 state->load_glyph));
7400 .bytes[state->load_glyph * glyph_size];
7424 .loaded[state->load_glyph] = 1;
7428 state->load_glyph));

Completed in 22 milliseconds