Home
last modified time | relevance | path

Searched defs:FT_GlyphLoaderRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/include/freetype/internal/
Dftgloadr.h79 typedef struct FT_GlyphLoaderRec_ struct
81 FT_Memory memory;
82 FT_UInt max_points;
83 FT_UInt max_contours;
84 FT_UInt max_subglyphs;
85 FT_Bool use_extra;
87 FT_GlyphLoadRec base;
88 FT_GlyphLoadRec current;
90 void* other; /* for possible future extension? */