Home | History | Annotate | Download | only in freetype2

Lines Matching refs:incremental

5 /*    FreeType incremental loading (specification).                        */
37 * incremental
40 * Incremental Loading
47 * `incremental' glyph loading. This is a mode where all glyphs loaded
69 * `incremental' glyph loading within FreeType. This is used to support
81 * to use incremental objects with FreeType.
144 * during @FT_Load_Glyph or @FT_Load_Char if incremental loading is
154 * incremental ::
179 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental,
194 * incremental ::
204 (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental,
220 * incremental ::
242 ( FT_Incremental incremental,
285 * wants to support incremental glyph loading. You should use it with
294 * // set up incremental descriptor
341 * an incremental loading object to be used by FreeType.